Hi Everyone,
I need to implement a saml configuration in aem cloud service. Reading some articles, i came to this documentation:
Set up user identity in the Adobe Admin Console
But, i dont understand the sixth topic.
"Use the Add SAML profile screen to get the setup information for your identity provider.
Some Identity Providers (IdP) accept a metadata file that you can upload, while others may require the ACS URL and the Entity ID. For example:
I'm using Azure AD B2C as Idp.
My question is: Where shoud i upload the metadata file?
On localhost, i menaged to implement this service, through SAML Authentication handler 2.0, successfully, using custom policies.
The same configuration does not work in Cloud.
Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
All these configs are part of Adobe Granite 2.0 SAML Authentication Handler in OSGi:
I think you would not have access to the console in any environment apart from your local?
If yes, you can try to push the same configs through code as runmode configs and it should work.
I have made progress on this task. I was able to connect AD B2C with AEM Cloud. Now I need to know, how to use the IDP,
instead of the ADOBE ID screen. This is only on the custom login page.
set the redirect path while calling your SAML auth handler.
All these configs are part of Adobe Granite 2.0 SAML Authentication Handler in OSGi:
I think you would not have access to the console in any environment apart from your local?
If yes, you can try to push the same configs through code as runmode configs and it should work.
Thanks @Anmol_Bhardwaj, this work for me!
Views
Likes
Replies