You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new modules for the new OAuth 2.0 support include: oauth2-core and oauth2-client
The oauth2-core module includes OpenID Connect 1.0 specific implementation artifacts. Does it make sense to break up the module and include a new one called oauth2-oidc?
The text was updated successfully, but these errors were encountered:
jgrandja
added
the
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
label
Apr 21, 2017
I feel this module hierarchy is correct. I was contemplating splitting the OAuth 2.0 and OpenID Connect Core 1.0 into separate modules but after giving it some thought I don't feel this is necessary as it would introduce unnecessary complexity. OIDC core essentially extends from OAuth2 core and therefore are tightly bound.
The one consideration we should decide on is to potentially rename the following modules:
Uh oh!
There was an error while loading. Please reload this page.
Summary
The new modules for the new OAuth 2.0 support include:
oauth2-core
andoauth2-client
The
oauth2-core
module includes OpenID Connect 1.0 specific implementation artifacts. Does it make sense to break up the module and include a new one calledoauth2-oidc
?The text was updated successfully, but these errors were encountered: