Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does it work with kong? #226

Open
garyfu9527 opened this issue Sep 30, 2022 · 1 comment
Open

Does it work with kong? #226

garyfu9527 opened this issue Sep 30, 2022 · 1 comment

Comments

@garyfu9527
Copy link

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"

@jarlandre
Copy link

jarlandre commented Jan 19, 2023

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

Screenshot 2023-01-19 at 10 59 28

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants