Add Identity Provider to support Authentication via Authentik,OpenID ,etc..
This commit is contained in:
parent
0647725c68
commit
430f46ffee
10 changed files with 269 additions and 30 deletions
|
@ -22,4 +22,10 @@ DT_EMAIL_HOST=
|
|||
DT_EMAIL_PORT=
|
||||
DT_EMAIL_KEY=
|
||||
DT_EMAIL_EMAIL=
|
||||
DT_EMAIL_APP_HOST=
|
||||
DT_EMAIL_APP_HOST=
|
||||
DT_OAUTH2_CLIENT_ID=
|
||||
DT_OAUTH2_CLIENT_SECRET=
|
||||
DT_OAUTH2_AUTH_URL=
|
||||
DT_OAUTH2_TOKEN_URL=
|
||||
DT_OAUTH2_USER_INFO_URL=
|
||||
DT_OAUTH2_REDIRECT_URL=
|
Loading…
Add table
Add a link
Reference in a new issue