From 00e5979344a7657a2c76a1bbd58733c4ba0adbae Mon Sep 17 00:00:00 2001 From: ddeyo Date: Tue, 4 Sep 2018 14:31:01 -0700 Subject: [PATCH] fix format --- ee/ucp/admin/configure/enable-saml-authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/ucp/admin/configure/enable-saml-authentication.md b/ee/ucp/admin/configure/enable-saml-authentication.md index d2ac3022b4..52a909a3b7 100644 --- a/ee/ucp/admin/configure/enable-saml-authentication.md +++ b/ee/ucp/admin/configure/enable-saml-authentication.md @@ -30,8 +30,8 @@ The integration values required by Okta are: - NameID format. Select Unspecified. - Application username. Email (For example, a custom `${f:substringBefore(user.email, "@")}` specifies the username in the email address. - Attribute Statements: -- - Name: `fullname`, Value: `user.displayName`. -- Group Attribute Statement: + - Name: `fullname`, Value: `user.displayName`. + - Group Attribute Statement: Name: `member-of`, Filter: (user defined) for associate group membership. The group name is returned with the assertion. Name: `is-admin`, Filter: (user defined) for identifying if the user is an admin.