Dear All
I use the spring boot program to communicate with ADFS through Java SAML
However, our customers want to be able to get token from ADFS, as well as token expiration time.
In addition, when the user login for the second time, the user ID and token can be used for authentication in ADFS
Please help me to answer my questions:
1. Can Java obtain token through SAML?If so, what is the way? If not, which components of Java can?
2. Does ADFS support the caller to use the user ID and token to verify the user?If so, what components and methods are used in the Java language?
If possible, please provide the relevant code, thank you very much!
Davis Lee