Login Page LOGO

Is it possible to show the Login page logo when we are using SAML Add-on in Auth0? I tried to pas s the Org parameter but It is not working. I am trying configure Salesforce through Regular web application. Everything is working except Login Page URL. Please help me

Hi @vigneshSivasamy,

Yes, it is possible to show your login page logo.

To change the logo on your New Universal Login page, you will need to set the logo URL in the universal login settings located at the Dashboard > Branding > Customization Options > Widget section.

Please refer to the documentation below for more details:

Let me know if you have any questions.

Thanks,
Rueben

Yes. When I set a logo it will be common for all applications on the tenant. Is it possible to send organization ID in the SAML Request to display the Image?

Hi @vigneshSivasamy,

Yes. If you pass the org ID to the organization parameter in your login request, the organization logo will be used instead.

Reference: Use Organization Names in Authentication API

For example:

GET https://{yourDomain}/samlp/{yourClientId}?
  connection=CONNECTION&organization=ORG_ID

or

GET https://{yourDomain}/authorize?
  audience=API_IDENTIFIER&
  scope=SCOPE&
  response_type=code&
  client_id={yourClientId}&
  redirect_uri={https://yourApp/callback}&
  state=STATE&
  organization=ORG_ID

Is it possible to change Logo on the login screen while making SAML request in Auth0 using SAML Addon?

Hi @vigneshSivasamy,

I have moved your other topic that asked the same question to this one for consistency.

Thanks,
Rueben

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.