OIDC sign-on to PingOne tutorial for JavaScript
PingOne JavaScript
In this tutorial you update a sample app that uses OIDC-based sign-on to obtain tokens by redirecting to the PingOne UI for authentication.
The sample connects to the .well-known endpoint of your PingOne tenant to obtain the correct URIs to authenticate the user, and redirects to your PingOne tenant’s login UI.
After authentication, PingOne redirects the browser back to your application, which then obtains an OAuth 2.0 access token and displays the related user information.