Skip to content

Commit

Permalink
Add support for the Privacy Portal OAUTH provider (#818)
Browse files Browse the repository at this point in the history
Co-authored-by: privacyguard <[email protected]>
  • Loading branch information
privacyguard and privacyguard authored Jun 12, 2024
1 parent d74b3f1 commit c153d62
Show file tree
Hide file tree
Showing 16 changed files with 363 additions and 79 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ OAUTH_GOOGLE_ID=
OAUTH_GOOGLE_SECRET=
OAUTH_GITHUB_ID=
OAUTH_GITHUB_SECRET=
OAUTH_PRIVACYPORTAL_ID=
OAUTH_PRIVACYPORTAL_SECRET=
OAUTH_KEYCLOAK_ID=
OAUTH_KEYCLOAK_SECRET=
OAUTH_KEYCLOAK_URI=
Expand Down
2 changes: 2 additions & 0 deletions .env.example_docker
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ OAUTH_ZITADEL_BASE_URL=
OAUTH_AUTHENTIK_ID=
OAUTH_AUTHENTIK_SECRET=
OAUTH_AUTHENTIK_BASE_URL=
OAUTH_PRIVACYPORTAL_ID=
OAUTH_PRIVACYPORTAL_SECRET=

# If true, sign ins and sign ups will only be possible through the OAuth providers configured above
SSO_ONLY_MODE=
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"phpdocumentor/reflection-docblock": "^5.2",
"phpstan/phpdoc-parser": "^0.4.9",
"predis/predis": "^2.1",
"privacyportal/oauth2-privacyportal": "^0.1.1",
"scheb/2fa-backup-code": "^7.2.0",
"scheb/2fa-bundle": "^7.2.0",
"scheb/2fa-totp": "^7.2.0",
Expand Down
Loading

0 comments on commit c153d62

Please sign in to comment.