Skip to content

Commit

Permalink
Add missing config value
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed May 1, 2023
1 parent 77f59b1 commit 2b19267
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/restserver/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ sharry.restserver {
id = "github"
name = "Github"
icon = "fab fa-github"
scope = ""
authorize-url = "https://github.com/login/oauth/authorize"
token-url = "https://github.com/login/oauth/access_token"
user-url = "https://api.github.com/user"
Expand All @@ -251,6 +252,7 @@ sharry.restserver {
id = "google"
name = "Google"
icon = "fab fa-google"
scope = ""
authorize-url = "https://accounts.google.com/o/oauth2/v2/auth?scope=https://www.googleapis.com/auth/userinfo.profile"
token-url = "https://oauth2.googleapis.com/token"
user-url = "https://www.googleapis.com/oauth2/v1/userinfo?alt=json"
Expand All @@ -263,6 +265,7 @@ 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"
token-url = "https://login.microsoftonline.com/<your tenant ID>/oauth2/v2.0/token"
user-url = "https://graph.microsoft.com/oidc/userinfo"
Expand Down

0 comments on commit 2b19267

Please sign in to comment.