Single Sign-On API PHP SDK
Single Sign-On automatically creates accounts and signs users in as they browse between multiple and independent websites, domains and databases in your ecosystem. Take away the need for yours users to register new accounts or re-enter their authentication credentials when they switch from one of your websites to another.
The Single Sign-On implementation guide is available here.
Resource/URI - Base | 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 | GET | POST | PUT | DELETE |
---|---|---|---|---|
Single Sign-On Identity Session
/sso/sessions/identities/<identity_token>.json
|
Read SSO session | – | Start SSO session | Destroy SSO session |