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
I used your code,and get token.then config OAUTH2 in kong,same clieng_id and clieng_secret,but kong doesnot recognize it,it response "invalid token,The access token is invalid or has expired"
The text was updated successfully, but these errors were encountered:
Only thing i have not gotten working yet is secretless auth code flow with pkce for mobile apps. Try to test your AS in postman like this
If kong supports oauth2 standards, it should work with client credentials grant as i suppose you are using. But kong might throw many other error messages. go-oauth2/oauth2 doesnt contain the string "The access token is invalid or has expired"
I used your code,and get token.then config OAUTH2 in kong,same clieng_id and clieng_secret,but kong doesnot recognize it,it response "invalid token,The access token is invalid or has expired"
The text was updated successfully, but these errors were encountered: