pingone-sample-js
pingone-sample-js copied to clipboard
PingOne for Customers Sample App - OIDC Authentication Quick Start. Sample code providing a quick and simple introduction to PingOne for Customers using simple JavaScript or Python including code that...
- Changes to make this sample app more eu, ca and asia friendly. (26) - Fixes broken build script (25)
Bumps [jsrsasign](https://github.com/kjur/jsrsasign) from 10.5.13 to 10.5.25. Release notes Sourced from jsrsasign's releases. CVE-2022-25898 Security fix in JWS and JWT validation Changes from 10.5.24 to 10.5.25 (2022-Jun-23) src/jws.js JWS.verify and JWS.verifyJWT...
https://github.com/pingidentity/pingone-sample-js/blob/336f8fdb6dc89d4da4342940f78b7a639074f722/package.json#L16 Copy source file does not exist
Needs better stub in code and better documentation for the `AUTH_URI` parameter
https://github.com/pingidentity/pingone-sample-js/blob/336f8fdb6dc89d4da4342940f78b7a639074f722/index.html#L30
We should lead by example in all of our samples and move away from Implicit demonstrations. The SDK supports AuthZ Code with PCKE - this should be how we lead...
I tried implementing the code but its not working for me. After clicking on signon, it shows an error that "The request could not be completed. The requested resource was...
When populating the authClient block in the auth.js file, the sample fails to function correctly with the Custom Domain feature of PingOne SSO.
By default, the AUTH_URI is set to https://auth.pingone.com. Customers who are on https://auth.pingone.eu will get a mysterious "Not Found" error if they don't set the `AUTH_URI` to 'https://auth.pingone.eu'
Instead of users having to manually create the SPA application, use Terraform HCL to create a demo environment and seed the required configuration, to allow for a quicker initial deployment