schludi has asked for the wisdom of the Perl Monks concerning the following question:
I am aware that this is not the usual way for SAML to work.
The background to this is that we have 4 different clients for our web application, which is supposed to enable a central password via SAML, which are implemented in completely different technologies.
Our product manager has decided that a SAML connection is too complex for the 4 clients and that authentication should therefore take place centrally in the web application.
The clients transfer login and password to the web application, just like without SSO, and the web application is supposed to verify the access data centrally.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: verify login+password in Perl via SAML
by holli (Abbot) on Jun 25, 2019 at 17:26 UTC | |
|
Re: verify login+password in Perl via SAML
by choroba (Cardinal) on Jun 25, 2019 at 14:31 UTC |