OAuth2-GrantType -Implicit Not able to get the token

while testing OAUTH2 Grant Type- Implicit -

Config:


image

Configure New Token

Token Name

Im_Token

Grant Type

Implicit

Callback URL

http://redirect.dummy.org*

Authorize using browser

Auth URL

http://localhost:5151/invoke/pub.apigateway.oauth2/authorize

Client ID

a3127aeb-1b66-403d-bd18-4d8421d76136

Scope

OAuth2Scope

State

dummy

Client Authentication

Send as Basic Auth header

When I am trying to generate the token:

image

PopUp:~
=======

and When I am accepting it showing blank

Hi @nasarazaz13 ,
Couple of clarifications
1.Which version of API GW are you using?
2. Have you tried after clearing the cookies.
3. Can you change your callback url? It seems it is not working one

I tried on the cloud version of API GW with below config on my postman client and it works

Configuration done at postman client :

Auth Url: https://sagdevevangelist.apigw-aw-us.webmethods.io/invoke/pub.oauth/authorize
Call back URL: https://oauth.pstmn.io/v1/callback
Client ID: 4ece3eeb-354f-424c-94fc-********b30
Scope: MyScopeName

Configuration done on API GW application

Let me know if this helps.

Regards
Vikash Sharma

@Vikash_Sharma1
Couple of clarifications
1.Which version of API GW are you using?
webMethods 1015

API gateway
Its m local Installation.
image

  1. Have you tried after clearing the cookies.
  • yes in postman I have cleared.
  1. Can you change your callback url? It seems it is not working one.
    ok let me try for it - https://oauth.pstmn.io/v1/callback
    but for all other grant types it worked.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.