This is a development SSO provider for testing OAuth 2.0/OIDC authentication flows.
platformroot@test.com / root123 - Platform Rootsuperuser1@test.com / super123 - Super User 1superuser2@test.com / super123 - Super User 2superuser3@test.com / super123 - Super User 3builder1@test.com / build123 - Builder 1builder2@test.com / build123 - Builder 2builder3@test.com / build123 - Builder 3user1.1@test.com / user123 - User 1.1 (Team 1)user1.2@test.com / user123 - User 1.2 (Team 1)user1.3@test.com / user123 - User 1.3 (Team 1)user2.1@test.com / user123 - User 2.1 (Team 2)user2.2@test.com / user123 - User 2.2 (Team 2)user2.3@test.com / user123 - User 2.3 (Team 2)user3.1@test.com / user123 - User 3.1 (Team 3)user3.2@test.com / user123 - User 3.2 (Team 3)user3.3@test.com / user123 - User 3.3 (Team 3)salesforceuser@test.com / salesforce123 - Salesforce Service Accountservicenowuser@test.com / servicenow123 - ServiceNow Service Account/.well-known/openid-configuration/oauth/authorize/oauth/token/oauth/userinfo/healthTo use this mock SSO provider with your application:
Client ID: any-client-id
Client Secret: any-secret (not validated in dev mode)
Authorization URL: http://localhost:5000/oauth/authorize
Token URL: http://localhost:5000/oauth/token
UserInfo URL: http://localhost:5000/oauth/userinfo