API ReferenceIdp Saml
Saml Sso Post
POST
/v1/idp/saml/ssoQuery Parameters
login_hint?string|null
LoginHint?string|null
Request Body
application/x-www-form-urlencoded
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v1/idp/saml/sso" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d ''Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}