Hi all,
I have a requirement like elaborated below -
Two Applications are there,
1- Appian application which is authenticating through LDAP
2. Another app built using spring boot authenticating through LDAP only and generating token
Note: both are using same credentials to login means same LDAP is configured at both places
requirement is supposed someone logged in through Appian application, we can provide link to access to 2nd application and need to pass token from Appian.
how can we generate token from appian by LDAP login?
Thanks in Advance.
Discussion posts and replies are publicly visible
I think this is not easily possible. Appian does not provide any access to the user session or credentials. Two apps sharing the same login sound like a case for single-sign-on.
I suggest to contact Appian and discuss that matter.