Skip to content

Commit 53ffff0

Browse files
dubcsimov
dubc
authored andcommitted
Adding Authentik auth
1 parent 5f60a59 commit 53ffff0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

config/oauth.json

+6
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@
8383
"oauth": 2,
8484
"scope_delimiter": " "
8585
},
86+
"authentik": {
87+
"authorize_url": "https://[subdomain]/application/o/authorize/",
88+
"access_url": "https://[subdomain]/application/o/token/",
89+
"oauth": 2,
90+
"scope_delimiter": " "
91+
},
8692
"authentiq": {
8793
"authorize_url": "https://connect.authentiq.io/sign-in",
8894
"access_url": "https://connect.authentiq.io/token",

config/profile.json

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"auth0": {
4545
"profile_url": "https://[subdomain].auth0.com/userinfo"
4646
},
47+
"authentik": {
48+
"profile_url": "https://[subdomain]/application/o/userinfo/"
49+
},
4750
"authentiq": {
4851
"profile_url": "https://connect.authentiq.io/userinfo"
4952
},

0 commit comments

Comments
 (0)