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
Currently when authenticating with client services (downstream services) using OAuth2, it is required to provide a OAuth2 token and refresh information. Instead, the client authentication should also be able to just accept client-id and client-secret and then use client-credentials grant type to internally get the token.
The text was updated successfully, but these errors were encountered:
ayomawdb
changed the title
Implement support for OAuth2 client-credentials grant type for client authentication
Implement support for OAuth2 client-credential & password grant type for client authentication
Mar 11, 2019
Currently when authenticating with client services (downstream services) using OAuth2, it is required to provide a OAuth2 token and refresh information. Instead, the client authentication should also be able to just accept client-id and client-secret and then use client-credentials grant type to internally get the token.
The text was updated successfully, but these errors were encountered: