You can translate the question and the replies:

SAML configuration with Azure AD as SAAS application

Hi, How to configure Denodo as third party Saas application into enterprise application of Azure Active directory with SAML. could you please provide me step by step process. Where I can find the Identifier (Entity ID)?
user
17-06-2021 09:43:13 -0400
code

3 Answers

Hi If I understand correctly, you want to set up a Denodo web service that uses SAML authentication from Azure AD. I suggest referring to this document: [SAML Authentication](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/server_configuration/server_authentication/saml_authentication/saml_authentication#saml-authentication) which explains how the REST web services published by Denodo support SAML, and how that can be configured. Hope this helps!
Denodo Team
18-06-2021 17:04:47 -0400
code
Hi, Thanks for the reply, I have configured the SAML in Denodo solution manager and Now I need to configure the below URL object in Azure Enterprise application. Where I can find this URL in Denodo solution manager. 1. Identifier (Entity ID) 2. Reply URL (Assertion Consumer Service URL) This URL required to configure the Basic SAML Configuration in Azure Enterprise Application. I did following SAML configuration in denodo solution manager: 1. SAML entity ID --> https://<Server Name>:19443/saml 2. Base URL --> https://<Server Name>:19443 3. Identity provider metadata URL --> Paste the "App Federation Metadata Url" copied from Azure Enterprise application. Could you please confirm Is that value provided correctly for SAML configuration in Denodo Solution Manger. Thanks in advance !!
user
21-06-2021 05:53:15 -0400
Hi, Using the following values worked for me: * **In Azure AD**: * **Identifier (Entity ID)**: https://<ServerName>:19443/saml * **Reply URL (Assertion Consumer Service URL)**: https://<ServerName>:19443/sso/sso-saml/SSO * **In Solution Manager**: * **SAML entity ID**: https://<ServerName>:19443/saml * **Base URL**: https://<ServerName>:19443 So yes, the values you are using for SAML configuration in Solution Manager should be correct. Hope this helps!
Denodo Team
28-06-2021 12:43:56 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here