Hello Everyone, we're currently using REST to retrieve service tickets to access internal applications. Currently username and password are stored into our mobile application. 2FA will be enabled in the future so we want to move all the login handling to the CAS UI.
We currently have the oAuth workflow running and have retrieved an access token, but now we're stuck and can't find out what to do with this access token.
How can we access our internal services now like before via the REST service?
Regards,
Matthias Tylkowski