How is the jnlp file populated with user credentials?
Hello
I am after some help understanding how the credentials in the JNLP file get generated in RPM 14.1 please. Are they related to the OAM token? Are they generated by the RPM application? ...
I have an SSO environment and the user gets authenticated via OAM. What I believe happens is the following:
- I access the RPM url and get redirected to OAM for authentication
- I authenticate against OAM and get redirected back to RPM
- A new JNLP file is created by the RPM application containing my encrypted credentials; this is downloaded (along with the jar files) to my desktop
- The JNLP file is invoked locally and I successfully log in and access RPM via t3 protocol (InitialContext using cluster address, ...)