In the Implicit grant type, the user can authenticate with the resource server and give the app consent to access protected resources without exposing username/passwords to the client. The authorization request is sent to the authorization endpoint to obtain an access token.
After configuring the OAuth Authorization End Point policy, provide the following parameters in the browser to get the access token:
- Method: GET.
- URL: Project proxy URL.
- Query Parameters:
- response_type: Must be set to token.
- client_id: The client identifier as assigned by the authorization server, when the client was registered.
- redirect_uri: The redirect URI registered by the client.
- scope: The possible scope or list of permissions that are requested. This parameter is OPTIONAL. Example: READ,WRITE etc. This list must be a subset of the scopes provided in the client subscription.
- URI: To get the access token (Sample): http://192.168.2.231:2160/http/1.0?response_type=token&redirect_uri=http://localhost:1981&client_id=Qvf-wSSLmGfjULQrbMCmRcab
Response: Response to the URI above (Sample): http://localhost:1981/#access_token=e5c7f39a5461f7721f2af97f335afcc8&expires_in=600000
Overview
Content Tools
ThemeBuilder