You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

100
100
101
101
1. AWS ClientVPN application expects the SAML assertions in a specific format, which requires you to add custom attribute mappings to your SAML token attributes configuration. The following screenshot shows the list of default attributes.
102
102
@@ -107,11 +107,17 @@ Follow these steps to enable Azure AD SSO in the Azure portal.
107
107
| Name | Source Attribute|
108
108
| -------------- | --------- |
109
109
| memberOf | user.groups |
110
+
| FirstName | user.givenname |
111
+
| LastName | user.surname |
110
112
111
113
1. On the **Set up single sign-on with SAML** page, in the **SAML Signing Certificate** section, find **Federation Metadata XML** and select **Download** to download the certificate and save it on your computer.
1. In the **SAML Signing Certificate** section, click the edit icon and change the **Signing Option** to **Sign SAML response and assertion**. Click **Save**.
118
+
119
+

120
+
115
121
1. On the **Set up AWS ClientVPN** section, copy the appropriate URL(s) based on your requirement.
0 commit comments