Spring Security SAML extension ADFS -
i've been working whit saml extension connect adfs server. i've hacked sample application use adfs server , went well, know if there way connect idp without using loging page of idp. mean if there way process in background end-user. thinking doing query adfs or users , authentication sp login page, avoiding need user authenticate in idp login page. thank much. appreciate on that
the purpose of federated authentication delegate centralized server in such way relaying parties/service providers not have access user's credentials. enabling authentication directly in application violate principle , reason not supported neither spring saml nor adfs.
if want authenticate users directly, use authentication directly against active directory instead of adfs. support use-case.
Comments
Post a Comment