41
Views
1
Comments
[IdP] How to set up Idp using auth0 provider
idp
Web icon
Forge asset by João Barata
Application Type
Traditional Web, Reactive

Hey guy, i have some questions regarding about idp and it's setup process. 
So i watched some tutorial on youtube, it suggest me to use the website auth0 to get the required certificated and id to upload into the samL application in idp. But he only show where to download the required xml file, not what to put inside the callback url or the logout. Can someone help me what to put in there? I try to put the whole link of my environment into the callback url https://<MyEnvironment>, 

it work but every time perform login it redirect me to another login screen with this warning
And i don't know what to put inside the logout callback to perform the logout function, please help me
Question 2: In here i create an SAML app, it automatically use it on any new application that used the idp function. But what if i create another app using azure provider, will it conflic with my current SAML testing one? Thank you in advance, and sorry for asking such many questions, hope you guy help.


2023-01-19 12-23-07
Abhinav Shilwant

Hi @john cop,

For the callback URL, you should use this format: https:///IdP/CallbackHandler.aspx.

For the logout callback, use: https:///IdP/Logout.aspx.

Regarding multiple identity providers (e.g., Auth0 and Azure), you can configure them separately, and they shouldn’t conflict as long as you set them up with different configurations for each application.

Hope this helps!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.