Single Sign-On API PHP SDK
Single Sign-On (SSO) allows you to immediately sign in users as they browse between multiple and independent websites in your ecosystem. Take away the need for yours users to re-enter their authentication credentials when they switch from one of your websites to another.
An implementation guide for Single Sign-On is available here.
| Resource/URI - Base Single Sign-On Required | GET | POST | PUT | DELETE |
|---|---|---|---|---|
Single Sign-On Sessions
/sso/sessions.json
|
List SSO sessions | – | – | – |
Single Sign On Session
/sso/sessions/<sso_session_token>.json
|
Read SSO session | – | – | Delete SSO session |
| Resource/URI - Identity Single Sign-On Required | GET | POST | PUT | DELETE |
|---|---|---|---|---|
Single Sign-On Session Identity
/sso/sessions/identities/<identity_token>.json
|
Read SSO session | – | Start SSO session | Destroy SSO session |
The sso_session_token is a key that uniquely identifies an active SSO session.