<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y000088PsXySAKOkta Classic EngineSingle Sign-OnAnswered2024-03-25T21:59:30.000Z2020-03-25T09:02:23.000Z2020-04-02T03:08:30.000Z

dykt1 (dykt1) asked a question.

SSO IDP configuration for auto userid population

I am taking userid from user in my application. I want to forward userid through SAML request to SSO login page and page will show the userid and ask for password. Is this possible. If yes then what needs to be done on IDP side?

 

I am sending below SAML request for SSO.

 

<samlp:AuthnRequest

  AssertionConsumerServiceURL="https://localhost:8553/Sci/app_saml"

  Destination="https://Server/adfs/ls/" ForceAuthn="true"

  ID="ONELOGIN_d6556e88-c594-48cf-a57d-a2db4b9a95ae" IssueInstant="2020-03-25T06:07:37Z"

  ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Version="2.0"

  xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"

  xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol">

  <saml:Issuer>https://localhost:8553/Sci/metadata</saml:Issuer>

  <saml:Subject>

    <saml:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress">devendra.kurdiya@sci.com</saml:NameID>

    <saml:SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer"></saml:SubjectConfirmation>

  </saml:Subject><samlp:NameIDPolicy AllowCreate="true"

    Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"/>

  <samlp:RequestedAuthnContext Comparison="exact">

    <saml:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:Password</saml:AuthnContextClassRef>

  </samlp:RequestedAuthnContext>

</samlp:AuthnRequest>


  • Hey there! Sorry for the lack of response here on the Discussions forum. If you’re still looking for an answer, I would recommend checking out our Developer resources, including the Developer Forum (https://devforum.okta.com/) and documentation. If you are unable to find the solutions you're looking for there, we would encourage you to contact our dedicated Developer Support team at developers@okta.com, and they will be able to help you out.

    Expand Post

Loading
SSO IDP configuration for auto userid population