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
Post a Comment