Automic Workload Automation

 View Only
  • 1.  AWI 21 - SSO with SAML - Azure AD as Identity Provider

    Posted Dec 14, 2022 06:38 PM
    Hello,

    These steps will help you in implementing SAML with Azure AD. This information complements the original Broadcom's documentation section "Setting up Single Sign-On - SAML". During SAML configuration, make sure that:


    I hope this information will be helpful!

    ------------------------------
    Regards,
    Juliane Burakosky
    ------------------------------


  • 2.  RE: AWI 21 - SSO with SAML - Azure AD as Identity Provider

    Posted Jan 30, 2023 09:44 AM
    Hi Juliane,

    thanks for this information. I trie in the moment to setup the SSO via SAML to Azure with the Version 21.0.4 HF1, but I have the some issue like in older Version that the AWI send's the RequestedAuthenticationContext with Value 'Minimum' and Azure needs 'exact'. Do you have changed something in the Saml Settings or on the AWI part? In the documentation I can't find something. I'm using the Jetty Launcher as AWI.

    Thanks

    Regards
    Jens


  • 3.  RE: AWI 21 - SSO with SAML - Azure AD as Identity Provider

    Posted Jan 31, 2023 02:11 PM
    Hi Jens,

    These are the changes made on AWI part that are not really in the documentation:

    1. On UC_SAML_SETTINGS, *CONFIG key, set disableRequestedAuthnContext to true. 
      <SamlConfig>
      <!-- When set to true, RequestedAuthnContext of the SAML AuthnRequest is not sent to your identity provider -->
      <disableRequestedAuthnContext>true</disableRequestedAuthnContext>
      </SamlConfig> 
    2. On UC_SAML_SETTINGS, *SP key, set AuthnRequestsSigned and WantAssertionsSigned to "false". 
      <md:SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
    3. Then the other changes that need to be made are in the official documentation. Especially the changes needed to point to the SAML Service Provider: https://docs.automic.com/documentation/webhelp/english/ALL/components/DOCU/21.0.4/Automic%20Automation%20Guides/Content/Installation_Common/SetUp_SAML_SSO.htm.
    4. By the way, I am using Tomcat as application server.

    I hope this information helps you!

    ------------------------------
    Regards,
    Juliane Burakosky
    ------------------------------



  • 4.  RE: AWI 21 - SSO with SAML - Azure AD as Identity Provider

    Posted Feb 14, 2023 09:19 AM

    Hi Juliane,

    thanks for this informatin, very helpful for me. I have no expierneces with Azure and SAML.

    No I'm one step furhter and I received a new error, but I think this is a problem in Azure

    Look like there is an configuration error in the Basic SAML Configuration

    I think this entry have not set to _INSERT_.

    Or does anyone know this error?

    Thanks

    Best regards

    Jens




  • 5.  RE: AWI 21 - SSO with SAML - Azure AD as Identity Provider

    Posted Feb 24, 2023 08:53 AM
    Edited by Juli Feb 24, 2023 08:53 AM

    Hi Jens,

    Replace the value with URL that points to your AWI instance or load balancer.

    ------------------------------
    Regards,
    Juliane Burakosky
    ------------------------------