mirror of
https://github.com/zitadel/oidc.git
synced 2026-01-11 22:00:21 -06:00
This changes removes the requirement of the openid scope to be set for all token requests. As this library also support OAuth2-only authentication mechanisms we still want to sanitize requested scopes, but not enforce the openid scope. Related to https://github.com/zitadel/zitadel/discussions/8068