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
If I try to add an OAuth2 application with a client_secret that already exists it fails. What is the motivation for this behavior? IMHO, only client_id must be unique, not secrets.
Kong: 0.8.3
If I try to add an OAuth2 application with a client_secret that already exists it fails. What is the motivation for this behavior? IMHO, only client_id must be unique, not secrets.
I haven't tried with new versions but code seems not to be changed:
https://github.com/Mashape/kong/blob/master/kong/plugins/oauth2/daos.lua#L37
Thanks
The text was updated successfully, but these errors were encountered: