fix format

This commit is contained in:
ddeyo 2018-09-04 14:31:01 -07:00
parent 7c8f5e03a6
commit 00e5979344
1 changed files with 2 additions and 2 deletions

View File

@ -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.