153
Views
4
Comments
Solved
How can I copy the whole "IdP" application?
Question

Hi there.

Is there any way to copy the whole application?

If yes, is it possible to have the different Configuration on the Application?


Or I could clone the IdP module and have it in the same application.

Is it possible to have the different IdP configuration on the different module?



What I want to realize is having the three different IdP configuration(There are three ADFSs) and choose the IdP Configuration by making a dependency to it.


Regards.


2020-02-28 09-46-54
Eduardo Jauch
Solution

Hi, 

There is no 'application clone', but as IdP has only two modules and one is an extension, I think you're safe if cloning only the module. 

Pay attention that there are some hardcoded url in the module you will need to change. 

Cheers 

UserImage.jpg
Yukiya Miyamoto

Eduardo Jauch wrote:

Hi, 

There is no 'application clone', but as IdP has only two modules and one is an extension, I think you're safe if cloning only the module. 

Pay attention that there are some hardcoded url in the module you will need to change. 

Cheers 

HI.  Thank you for your reply.

I'm exactly in the trouble you concerned about.


I can't pass the ADFS authentication.

What I change are following.


  • IdP_SSO_URL > GetEntryURL 

I changed the input parameter "eSpaceName" of GetEntryURL to our espace name.


  • In the configuration screen, I changed the Identifier(Entity ID) to "https://[our environment]/[eSpaceName]"


Could you tell me what I should change more if you know?


Best Regards.



2020-02-28 09-46-54
Eduardo Jauch

Hi, 

In the code, there are many places where IdP is present, that should be the name of your module:

If you look for "IdP" you will find them. 

You should also look for "/IdP", as there is at least one occurrence. 

Don't remember if there is any other change required...

UserImage.jpg
Yukiya Miyamoto

Eduardo Jauch wrote:

Hi, 

In the code, there are many places where IdP is present, that should be the name of your module:

If you look for "IdP" you will find them. 

You should also look for "/IdP", as there is at least one occurrence. 

Don't remember if there is any other change required...


Hi, Eduardo.

I just found this Action and changed the "SSO" to "module name".

And it worked!


Thank you very much.


Best Regards. 

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