providers/oauth2: fix id_token being saved incorrectly leading to lost claims (#6645)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-08-28 00:51:48 +02:00
committed by GitHub
parent 7a90b435cc
commit 85bc35eb41
3 changed files with 11 additions and 5 deletions

View File

@ -16,9 +16,6 @@ with open("local.env.yml", "w", encoding="utf-8") as _config:
"container_image_base": "ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s",
},
"blueprints_dir": "./blueprints",
"web": {
"outpost_port_offset": 100,
},
"cert_discovery_dir": "./certs",
"geoip": "tests/GeoLite2-City-Test.mmdb",
},