function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Luke Vang 52Luke Vang 52 

SAML and Custom Auth Provider Login Options

Hi,

I am trying to implement both SAML and OAuth options for a community. I want the the login to be seamless for the user, so they shouldn't have to pick between the two on the community login page.

I was thinking of trying to create a custom login page that could redirect the user to the appropriate login url, but it seems like the SAML login url always brings the user to the original custom login page where they have to choose the SAML option. 

Is it possible have both options in place and make the experience seamless for the user, so they don't have to select one or the other on the community login page? Do you really need to show both to have them exposed to the API (usuable)?