Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does ADFS 3.0 honor the Subject attribute sent in SAML Request?

According to the SAML2.0 specification, the service provider can send the Subject value in the SAML request, it sends to the IDP. This informs the IDP about the identity, the service provider needs to authenticate. But IDP has right either to honor either honor this or not. I am looking to know if ADFS honor this.

We are looking for a way to skip asking user to enter username at ADFS authentication, if the SAML request already contained it as Subject attribute.

like image 994
Pushpalanka Avatar asked Sep 14 '25 05:09

Pushpalanka


1 Answers

I found the answer later. ADFS does not honor Subject attribute in this manner as of now.

like image 124
Pushpalanka Avatar answered Sep 17 '25 15:09

Pushpalanka