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 Jan 24, 2019. It is now read-only.
I'm new to the OAuth2 world. RIght now, I'm trying to get my head around the different aspects of the standard. Looking at the different ways OAuth2 can be used, I'm confused about the exact capabilities implemented here.
Which Authorization Grant configurations are supported by the proxy?
Hi,
I'm new to the OAuth2 world. RIght now, I'm trying to get my head around the different aspects of the standard. Looking at the different ways OAuth2 can be used, I'm confused about the exact capabilities implemented here.
Which Authorization Grant configurations are supported by the proxy?
The RFC defines 4 types:
Authorization Code
Implicit
Resource Owner Password Credentials
Client Credentials
I ask because I'm trying to use it for our own oauth2 processing, and it isn't clear exactly what we will need to support ourselves.
Thanks,
-T
The text was updated successfully, but these errors were encountered: