We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f60a59 commit 53ffff0Copy full SHA for 53ffff0
config/oauth.json
@@ -83,6 +83,12 @@
83
"oauth": 2,
84
"scope_delimiter": " "
85
},
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
+ },
92
"authentiq": {
93
"authorize_url": "https://connect.authentiq.io/sign-in",
94
"access_url": "https://connect.authentiq.io/token",
config/profile.json
@@ -44,6 +44,9 @@
44
"auth0": {
45
"profile_url": "https://[subdomain].auth0.com/userinfo"
46
47
48
+ "profile_url": "https://[subdomain]/application/o/userinfo/"
49
50
51
"profile_url": "https://connect.authentiq.io/userinfo"
52
0 commit comments