Single sign-on

Let your users sign in to the Shout About Us dashboard with your identity provider, so they don't need a separate password.

Two options. Standard SSO uses the OAuth 2.0 authorization-code flow described on OAuth 2.0 (app credentials), pointed at the dashboard instead of your own app. JumpCloud SSO is a handoff: you redirect the user to us, we handle the JumpCloud round trip, and they land signed in. A small number of partners use this; if you don't know whether you need it, you don't.

You'll need a partner token and your identity provider's details; your account team will help with the JumpCloud configuration.

Endpoints

JumpCloud: start sign-in

GET — Redirect the user to begin JumpCloud sign-in.

Open →

JumpCloud: callback

GET — Receives the user back from JumpCloud and issues a one-time exchange code.

Open →

JumpCloud: exchange the code

GET — Trade the one-time code for a session token.

Open →

Verify an SSO token

GET — Confirm an SSO-issued token and return the session.

Open →

Check which sign-in methods an email can use

POST — Find out whether an email address signs in with a password, SSO, or both, without revealing whether the address exists.

Open →


Did this page help you?