|
|
|
|
|
by pinephoneguy
1573 days ago
|
|
How do you do shared secret authentication in this model? I know cert based auth is far better but today many apps rely on some kind of shared secret auth. Don't you by definition trust eg LDAP/IPA servers then? EDIT: In case it's not clear: I'm talking about employee facing software inside an organization where you might have some kind of single sign on system or a distributed account system (like IPA or LDAP.) |
|
The SP never sees the credentials. The SP only sees a token which includes the username (NameID) and other attributes passed from the IdP through the client.
https://en.wikipedia.org/wiki/Security_Assertion_Markup_Lang...
(Scroll down to the "Single sign-on using SAML in a Web browser" image for a good data flow depiction)
Basically this seems to be a "SAML-IZE EVERYTHING".