-
Notifications
You must be signed in to change notification settings - Fork 257
Open
Description
Followed README, testing on my employer's dev Okta tenant. Using a custom domain name as the issuer, so it is different from the *-admin.oktapreview.com developer portal url.
Tested on Firefox. Steps taken:
- Run
npm installin bothcustom-loginandokta-hosted-login - Create new SPA application as per documentation (no option given to provide a base URL, so the documentation is out of date)
- Assign "Everyone" to application on developer portal
- Create
testenvfile with issuer and client ID found on developer portal - Run
npm startincustom-loginproject - Attempt sign in and observe POST request to
{oktaBaseUrl}/api/v1/authnthat returnsHTTP 401 - Shut down
custom-loginand runnpm startinokta-hosted-login - Attempt sign in to and observe GET request to
{oktaBaseUrl}/oauth2/default/api/v1/authorizethat returnsHTTP 200 - With a successful sign in, shut down
okta-hosted-loginand restartcustom-login - Observe login form bypassed, due to valid cookie, and a successful authentication
Metadata
Metadata
Assignees
Labels
No labels