You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Follow the instruction here to allow both Cornell NetID user and Weill Medical ID user to login to your site:

  • In shibboleth2.xml, find <SSO ..> tag which is inside <Sessions> block and replace it with:

          <SSO discoveryProtocol="SAMLDS"  discoveryURL="login.aspx">SAML2</SSO>

            login.aspx is a login page you need to build on your site. You can name it and store it what ever you like. In this example, we name it login.aspx and store it at root of the site.

  • Set up a login page on your site that allow user to choose "Cornell NetID" or "Weill Medical ID" to login. The design of the page is totally up to you. Here are ideas of what the page look like:

 

When user access your site that require authentication, user will be redirected to this login page. The redirect url contains a url parameter "return". Your login page need to get the value of the return parameter, and use it to form the url after use make their login selection.

User's ChoiceSend user to
Cornell NetIDThe value of
  

 

 

 

  • No labels