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.
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
Eduardo Jauch wrote:
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.
I changed the input parameter "eSpaceName" of GetEntryURL to our espace name.
Could you tell me what I should change more if you know?
Best Regards.
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.