Expand my Community achievements bar.

SOLVED

How to authenticate dam asset with sso?

Avatar

Level 2

In aem how to integrate sso to extend/transfer to the asset portal for a seamless transition, allowing anyone on the current organisation to access the assets. It means require a authentication through SSO integrate get url with extension of transfer(download) the assets at /content/dam can access XYZ organization only. I need help on this. 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
2 Replies

Avatar

Correct answer by
Community Advisor

Avatar

Community Advisor

Hello @gvk19694 

 

 

  1. Configure SSO Provider: Set up an SSO provider that supports SAML (Security Assertion Markup Language) or any other protocol that AEM can integrate with. Follow the documentation of your SSO provider to configure the required settings.

  2. AEM Configuration: In AEM, you need to configure it to work with the SSO provider. This usually involves creating a SAML configuration in AEM that matches the settings of your SSO provider. 

  3. Mapping Groups and Users: Map the SSO groups and users to AEM groups and users. This step ensures that users authenticated through SSO have appropriate permissions to access the assets in the /content/dam folder.


Aanchal Sikka