Security enhancements to IP Vault and new Gemini Flash 2.5 STS model for Convo mode
cURL
curl --request POST \ --url https://pria.praxislxp.com/api/admin/ssoProviders \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "institution": "<string>" } '
{ "success": true, "data": [ { "_id": "<string>", "institution": "<string>", "slug": "my-university", "label": "<string>", "enabled": true, "clientId": "<string>", "clientSecret": "<string>", "tokenHost": "https://id.provider.com:443", "tokenPath": "/oauth2/token", "authorizePath": "/oauth2/authorize", "userinfoUrl": "https://id.provider.com:443/oauth2/userinfo", "scope": "openid", "fieldMapping": { "email": "email", "firstName": "given_name", "lastName": "family_name" }, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Returns all SSO providers scoped by RAP. Client secrets are masked.
JWT token passed in authorization header
Filter by institution ID
List of SSO providers
Show child attributes
Was this page helpful?