Skip to content

Commit e9ccd96

Browse files
authored
Fortigate command line table entries correction
There was a mismatch of the values for IdP Entity Id and IdP SSO URL, they were switched. Corrected it
1 parent ca99be0 commit e9ccd96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/saas-apps/fortigate-ssl-vpn-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ To complete these steps, you'll need the values you recorded earlier:
199199
| SP entity ID (`entity-id`) | Identifier (Entity ID) |
200200
| SP Single Sign-On URL (`single-sign-on-url`) | Reply URL (Assertion Consumer Service URL) |
201201
| SP Single Logout URL (`single-logout-url`) | Logout URL |
202-
| IdP Entity ID (`idp-entity-id`) | Azure Login URL |
203-
| IdP Single Sign-On URL (`idp-single-sign-on-url`) | Azure AD Identifier |
202+
| IdP Entity ID (`idp-entity-id`) | Azure AD Identifier |
203+
| IdP Single Sign-On URL (`idp-single-sign-on-url`) | Azure Login URL |
204204
| IdP Single Logout URL (`idp-single-logout-url`) | Azure Logout URL |
205205
| IdP certificate (`idp-cert`) | Base64 SAML certificate name (REMOTE_Cert_N) |
206206
| Username attribute (`user-name`) | username |

0 commit comments

Comments
 (0)