Request authorization code for the OAuth authorization grant flow when using LithiumSSO
Details
Used with OAuth for API authentication. See OAuth 2.0 authorization grant flow.
When a community user attempts to access the community, the user must be authenticated in the Community Web UI (via Lithium Registration or SSO). Use POST /auth/authorize
when you authenticate to the Community Web UI with SSO. If authenticating to the Web UI via Lithium Registration, use GET /auth/oauth2/authorize.
Do this once per user.
Make a POST call to /auth/authorize
, passing the payload described above. The response will contain the authorization code.
ATLAS
Comments