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
Hi,
I was asked to authenticate an API against an IdentityServer authentication provider.
My oauth client is configured to use code and client credentials (nothing fancy).
The IdentityServer fail to authenticate the client because when HWIOAuthBundle build the authorization_url it lack a code_challenge parameter.
I can disable the need of challenge in IdentityServer for now, but are you planning to add this feature?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I was asked to authenticate an API against an IdentityServer authentication provider.
My oauth client is configured to use code and client credentials (nothing fancy).
The IdentityServer fail to authenticate the client because when HWIOAuthBundle build the authorization_url it lack a code_challenge parameter.
I can disable the need of challenge in IdentityServer for now, but are you planning to add this feature?
Thanks.
The text was updated successfully, but these errors were encountered: