Versions Compared

Key

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

SSO SAML

Example Configuration:

Code Block
languagetext
[service.local]
protocol = "http"
policy = "failover"
admins = ["admin"]

[service.local.credential]
username = "user"
password = "password"

[[service.local.targets]]
hostname = "b2bmft.stonebranch.com"
port = 9180

Example with Okta

Under your account create a new App Integration

...

Create a configuration 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:

...