zitadel / oidc

Easy to use OpenID Connect client and server library written for Go and certified by the OpenID Foundation
https://zitadel.com
Apache License 2.0
1.33k stars 138 forks source link

feat(op): allow scope without openid #613

Closed muhlemmer closed 2 months ago

muhlemmer commented 2 months ago

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

Definition of Ready

github-actions[bot] commented 2 months ago

:tada: This PR is included in version 3.25.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: