Skip to content

Commit

Permalink
fix broken table
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-larionova authored and fabianrbz committed Sep 2, 2024
1 parent 4aa2011 commit fd5dc13
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/konnect/org-management/sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ Attribute mapping for Azure configuration:
| Identifier (Entity ID) | `sp_entity_id` |
| Reply URL (Assertion Consumer Service URL) | `callback_url` |
| App Federation Metadata Url | `idp_metadata_url` |
| `user.email` | `email |
| `user.givenname` | `firstname` |
| `user.surname` | `lastname` |
| `user.groups` | `groups` |
| `user.principalname` | Unique user identifier |
| `user.email` | `email` |
| `user.givenname` | `firstname` |
| `user.surname` | `lastname` |
| `user.groups` | `groups` |
| `user.principalname` | Unique user identifier |


{% endnavtab %}
Expand Down

0 comments on commit fd5dc13

Please sign in to comment.