sarvs
sarvs

Reputation: 141

WSO2 Identity Server Authorization Service

I am new to WSO2 Identity Server(4.6). I have a use case, where I have a rest service on ESB (WSO2 ESB 4.9). And I would like to give resource level access to various users. I thought of using WSO2 identity server for authorizing the user and using the token for accessing the rest service. I was going through the playground example, but that is not something I would like to do, where the Authorize service opens the Identity Server Authorization Service. It seems to be sequential, and assumes that the user/resource owner are the same. I would like to do all that programatically, and just give the aothorization code to the user, and let him call the token service to get the token. Is this possible? Thank you

Upvotes: 0

Views: 278

Answers (1)

You can use the https://localhost:8243/token endpoint for your use case. You can refer to below links for more information https://docs.wso2.com/display/IS500/OAuth+Token+Revocation+with+WSO2+Identity+Server https://docs.wso2.com/display/AM190/Token+API

Upvotes: 1

Related Questions