pingidentity / pingone-sample-custom-signon

This sample demonstrates the PingOne flow orchestration service implementation to authorize the application or user that initiated the authentication request. Flow services that are used only to implement custom authentication UIs.
Other
20 stars 21 forks source link

react-auth-client does not support tokenEndpointAuthMethod: "none" #26

Open csavory opened 3 years ago

csavory commented 3 years ago

Token call passes the Authorization: Basic header if tokenEndpointAuthMethod is not client_secret_post

csavory commented 3 years ago

https://github.com/pingidentity/pingone-sample-custom-signon/pull/27