By: guilherme augusto user 02 Sep 2021 at 11:25 a.m. CDT

1 Response
guilherme augusto gravatar
I am trying to consume this endpoint but I can not find on documentation where I get the ticket curl --location --request POST 'https://demoexample.gluu.org/oxauth/restv1/token' \ --header 'Authorization: Basic MTEwMS44MmJmNjYzNS1kYzE0Lssdd1NC1mMjYzNTdjOThiMzA6QTVFZHNwYlZrVEcx' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Cookie: org.gluu.i18n.Locale=en' \ --data-urlencode 'grant_type=urn:ietf:params:oauth:grant-type:uma-ticket' \ --data-urlencode 'ticket=??????' Can you help me ?

By Michael Schwartz Account Admin 02 Sep 2021 at 12:50 p.m. CDT

Michael Schwartz gravatar
Have you read the [Grant spec](https://gluu.co/uma-grant)? That's important. Also, if you are implementing an API that needs to return a ticket, you need to read the [Federated Authorization spec](https://gluu.co/uma-authz) Finally, you should read the [Gluu Docs on UMA](https://gluu.org/docs/gluu-server/4.2/admin-guide/uma/) And after that, you can raise a more specific question about where you're stuck.