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
{{ message }}
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.
Add a property to the OAuth 2.0 settings extensionAuthorizationGrants, which should be a list of any extension Authorization grant types supported by the Authentication server, since these can be anything that the OAuth vendor has defined, it is the vendor's responsibility to document how those should work.
Let's not add another key (not add extensionAuthorizationGrants), and instead allow the items in the value of authorizationGrants to include not just the standard authorization_code, password, client_credentials, and implicit strings but also any absolute URI, just as defined in https://tools.ietf.org/html/rfc6749#section-4.5 . There will never be any ambiguity in the values of the items, because no absolute URI looks like any of the strings authorization_code, password, client_credentials, and implicit.
Add a property to the OAuth 2.0 settings
extensionAuthorizationGrants
, which should be a list of any extension Authorization grant types supported by the Authentication server, since these can be anything that the OAuth vendor has defined, it is the vendor's responsibility to document how those should work.The text was updated successfully, but these errors were encountered: