Skip to content

Commit

Permalink
Adding Authentik auth
Browse files Browse the repository at this point in the history
  • Loading branch information
dubc authored and simov committed Mar 10, 2024
1 parent 5f60a59 commit 53ffff0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/oauth.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
"oauth": 2,
"scope_delimiter": " "
},
"authentik": {
"authorize_url": "https://[subdomain]/application/o/authorize/",
"access_url": "https://[subdomain]/application/o/token/",
"oauth": 2,
"scope_delimiter": " "
},
"authentiq": {
"authorize_url": "https://connect.authentiq.io/sign-in",
"access_url": "https://connect.authentiq.io/token",
Expand Down
3 changes: 3 additions & 0 deletions config/profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"auth0": {
"profile_url": "https://[subdomain].auth0.com/userinfo"
},
"authentik": {
"profile_url": "https://[subdomain]/application/o/userinfo/"
},
"authentiq": {
"profile_url": "https://connect.authentiq.io/userinfo"
},
Expand Down

0 comments on commit 53ffff0

Please sign in to comment.