Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://b2bmft.stonebranch.com:9190/service/auth/sso/saml/callback

Review you your configuration under

From this view, copy Point 1 and download the certificateImage Removed

Create the following entry under the Proxy configuration for a service:

[service.local.auth.saml]
file = "udmg-sso-okta.json"

...

Code Block
languagetext
{
    "entityIssuer": "udmg-sso",
    "ssoURL": "https://dev-39492773.okta.com/app/dev-39492773_udmgsso_1/exk9a2wo9rT8orbpj5d7/sso/saml",
    "ca": "/config/udmg-okta-sso.cert",
    "redirectURI": "https://b2bmft.stonebranch.com:9190/service/auth/sso/saml/callback",
    "insecureSkipSignatureValidation": true,
    "usernameAttr": "name",
    "emailAttr": "name",
    "groupsAttr": "groups"
 }

Restart the Auth Proxy.

Go to the Admin UI and select the SAML Provider:.

Okta documentation:

https://help.okta.com/oag/en-us/Content/Topics/Access-Gateway/add-app-saml-pass-thru-add-okta.htm