Home > Mobile >  Android APP to access the CAS single sign-on system
Android APP to access the CAS single sign-on system

Time:09-24

Everybody is good, I would like to ask how the Android App access of CAS single sign-on system?

Now is such, have a mature web applications, there is a center and each subsystem, the system USES the CAS single sign-on (sso) framework, I will be responsible for now is to do a matched with one of the subsystems of APP,

Excuse me, how should I to the Android app access to the framework of the single sign-on (sso)?

CodePudding user response:

To the resources to look for, there may be a Demo

CodePudding user response:

Cas server open rest service function, through rest generated tg vouchers and certificates of st background write a log entry will generate related tg or st is returned to the app, the app side each request with st or head is the tg and the backend request the cas server to determine whether a st or tg, return to the relevant information to the app,
  • Related