Closed developer992 closed 9 months ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/186934455
The labels on this github issue will be updated when the story is started.
Hi, in case of XS UAA you should follow https://github.com/SAP/cloud-security-services-integration-library
they don0t even have docs ... issues, or discussions
wtf man this sap is piece of shit
they don0t even have docs ... issues, or discussions
wtf man this sap is piece of shit
please keep your words friendly. If you have questions to this component here you can use slack (see readme) because this issue application here is for problems you see with this code only.
First of all i am developing an application for SAP cloud, is this documentation correct? SAP's XS UAA Service.
2nd) I've implemented oauth2 authorization code grant and have obtained the token
3) how do i verify it is correct? what if user logs out or revokes token, how do i know if it is still correct/valid ?
i have token keys that look like this
how do i decode the token using this info, same as https://jwt.io/#encoded-jwt this website does ...
jwt.io is a client side app that is able to fully decode my token without even knowing what uaa service it came from or having public key ... so how do i do the same?
thanks!