Skip to content

Commit

Permalink
Implémentation personnalisée du OidcAuthenticator (à cause du JWT à l…
Browse files Browse the repository at this point in the history
…'userInfo)
  • Loading branch information
pierrelemee committed Jan 16, 2025
1 parent ce26c3e commit d9f416d
Show file tree
Hide file tree
Showing 19 changed files with 622 additions and 500 deletions.
5 changes: 0 additions & 5 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@

###> drenso/symfony-oidc-bundle ###
OIDC_WELL_KNOWN_URL="Enter the .well-known url for the OIDC provider"
OIDC_CLIENT_ID="Enter your OIDC client id"
OIDC_CLIENT_SECRET="Enter your OIDC client secret"
###< drenso/symfony-oidc-bundle ###
5 changes: 0 additions & 5 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,3 @@ SCW_DEFAULT_PROJECT_ID=changeme

# Uniquement requis en environnement de test
MAILPIT_URL=http://mailpit:8025
###> drenso/symfony-oidc-bundle ###
OIDC_WELL_KNOWN_URL="Enter the .well-known url for the OIDC provider"
OIDC_CLIENT_ID="Enter your OIDC client id"
OIDC_CLIENT_SECRET="Enter your OIDC client secret"
###< drenso/symfony-oidc-bundle ###
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"doctrine/doctrine-bundle": "^2.12",
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^3.1",
"drenso/symfony-oidc-bundle": "^3.5",
"firebase/php-jwt": "^6.10",
"guzzlehttp/guzzle": "^7.9",
"knplabs/knp-snappy-bundle": "^1.10",
Expand All @@ -23,6 +22,7 @@
"nelmio/cors-bundle": "^2.4",
"pentatrion/vite-bundle": "^7.1",
"phpstan/phpdoc-parser": "^1.28",
"ramsey/uuid": "*",
"sentry/sentry-symfony": "^5.0",
"symfony/apache-pack": "^1.0",
"symfony/asset": "7.2.*",
Expand Down
Loading

0 comments on commit d9f416d

Please sign in to comment.