Skip to content

Commit

Permalink
Fix openid example for microsoft
Browse files Browse the repository at this point in the history
The openid scope is now provided by the config.

Fix: #1270
  • Loading branch information
eikek committed Jan 6, 2024
1 parent b4167a7 commit f5f3abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/restserver/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ sharry.restserver {
id = "aad"
name = "Azure AD"
icon = "fab fa-microsoft"
scope = ""
authorize-url = "https://login.microsoftonline.com/<your tenant ID>/oauth2/v2.0/authorize?scope=openid"
scope = "openid"
authorize-url = "https://login.microsoftonline.com/<your tenant ID>/oauth2/v2.0/authorize"
token-url = "https://login.microsoftonline.com/<your tenant ID>/oauth2/v2.0/token"
user-url = "https://graph.microsoft.com/oidc/userinfo"
user-id-key = "email"
Expand Down

0 comments on commit f5f3abb

Please sign in to comment.