Integrated Windows Authentication with ADFS -


in saml implementation, able send request adfs server (<server_name>/adfs/ls ). should redirect authentication sign in page (<server_name>/adfs/ls/auth/integrated). not taking single sign on page.

i have checked web.config file, windows authentication moved @ top.

<microsoft.identityserver.web>     <localauthenticationtypes>       <add name="integrated" page="auth/integrated/" />       <add name="forms" page="formssignin.aspx" />       <add name="tlsclient" page="auth/sslclient/" />       <add name="basic" page="auth/basic/" />     </localauthenticationtypes>     <commondomaincookie writer="" reader="" />     <context hidden="true" />     <error page="error.aspx" />     <acceptedfederationprotocols saml="true" wsfederation="true" />     <homerealmdiscovery page="homerealmdiscovery.aspx" />     <persistidentityproviderinformation enabled="true" lifetimeindays="30" />     <singlesignon enabled="true" />   </microsoft.identityserver.web> 

i not sure have missed here. invoking saml request sp running coldfusion app adfs.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -