TheNetworg / oauth2-azure

Azure AD provider for the OAuth 2.0 Client.
https://packagist.org/packages/thenetworg/oauth2-azure
MIT License
229 stars 108 forks source link

Not possible to set default algorithm #183

Closed philipdaveby closed 1 year ago

philipdaveby commented 1 year ago

Microsoft's identity platform uses the kty parameter for the encryption family, alg is omitted. alg is optional per rfc7517, however Googles JWK library requires it and this library does not allow setting a default algorithm.

philipdaveby commented 1 year ago

PR created https://github.com/TheNetworg/oauth2-azure/pull/184

philipdaveby commented 1 year ago

Duplicate of #172