v1

latestOpenAPI 3.0.1License2026-07-17236107.1 KB
developers

UMA RP Get Claims Gathering URL

UMA RP Get Claims Gathering URL

post/uma-rp-get-claims-gathering-url

Headers

Authorizationstring
AuthorizationOxdIdstring

Request body

oxd_idstring required
ticketstring required
statestring
claims_redirect_uristring required
custom_parametersobject

Example request

{
  "oxd_id": "bcad760f-91ba-46e1-a020-05e4281d91b6",
  "ticket": "fba00191-59ab-4ed6-ac99-a786a88a9f40",
  "claims_redirect_uri": "https://client.example.com/cb"
}

Response

OK

urlstring required
statestring required

Example response

{
  "url": "https://<op-hostname>/oxauth/restv1/uma/gather_claims?client_id@!1736.179E.AA60.16B2!0001!8F7C.B9AB!0008!4508.BF20.9B81.E904&ticket=fba00191-59ab-4ed6-ac99-a786a88a9f40&claims_redirect_uri=https://client.example.com/cb&state=d871gpie16np0f5kfv936sc33k",
  "state": "d871gpie16np0f5kfv936sc33k"
}