It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda SecureEdge

How to Configure OpenID Connect

  • Last updated on

The Barracuda SecureEdge Manager allows administrators to configure OpenID Connect. The OpenID Connect protocol ( OIDC) is an identity authentication protocol and can be used to enable two unrelated applications to share user profile information without compromising user credentials.

openconnect-03.png

Configure OpenID Connect

  1. Go to https://se.barracudanetworks.com and log in with your existing Barracuda Cloud Control account.

  2. In the left menu, click the Tenants/Workspaces icon and select the workspace you want to configure OpenID Connect as an identity service for.

  3. In the left menu, click Identity > Settings.

    goto-id-settings.png

  4. The Settings page opens. In the Identity Providers section, click Add Identity Provider.

    openconnect-01.png

  5. From the drop-down menu, select OpenID Connect.

    sel-openidconnect.png

  6. The Add Identity Provider page opens. Specify the values for the following:

    • Display Name – Enter display name.

    • Discovery URL – Enter the discovery URL. Note: In this case we are using Google OpenID Connect.

    • Client ID – Enter the client ID.

    • Client Secret – Enter the client secret.

    • Scope – Enter the scope.

      openconnect-02.png

  7. Click Save.

  8. Authenticate with your identity provider. Provide your admin OpenID Connect credentials and click Sign in.

  9. In the Identity Providers table, you can see that the identity provider OpenID Connect has been added and that under the fieldname STATUS the text now states Active with a green check mark.

    openconnect-03-active.png

     

You can see that once you have added an identity provider, the option Add Identity Provider is disabled.

Remove OpenID Connect Configuration

  1. Go to Identity > Settings. The Settings page opens.

  2. In the Identity Providers section, you can see your OpenID Connect configuration is displayed.

  3. To remove the OpenID Connect configuration, click on the trash can icon.

    del-SAML.png

  4. The Remove Identity Provider page opens.

    rm-id-provider.png

     

  5. Click OK to confirm.

(Optional) Test OpenID Connect Configuration

If you must test OpenID Connect quickly, proceed with the following steps:

  1. On the Settings page in the Identity Providers section, click the icon of three vertical dots to test the identity provider.

    tst-saml.png

  2. Click Test Identity Provider.

    click-test-ID.png

     

  3. To authenticate your identity provider, follow the authentication instructions on screen.

  4. To log in with Google admin credentials, a new browser tab opens. Enter your password and click Sign In.

  5. After logging into your account, you receive the confirmation message that the authentication was successful. You can also see verification values for fieldnames such as nickname, name, email, email verified, and iss.

    authentication.png

The Test Identity Provider feature for OpenID Connect can be successfully completed and verified with any user directory, or even with no user directory, configured for your workspace.

Next Steps