Skip to content

Commit 508446f

Browse files
Merge pull request #209121 from atikmapari/Broken-link-kenwith
Broken link put in code block
2 parents 36504a7 + 81e01b0 commit 508446f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/app-provisioning/use-scim-to-provision-users-and-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,8 +969,8 @@ The SCIM endpoint must have an HTTP address and server authentication certificat
969969

970970
The .NET Core SDK includes an HTTPS development certificate that can be used during development, the certificate is installed as part of the first-run experience. Depending on how you run the ASP.NET Core Web Application it will listen to a different port:
971971

972-
* Microsoft.SCIM.WebHostSample: <https://localhost:5001>
973-
* IIS Express: <https://localhost:44359/>
972+
* Microsoft.SCIM.WebHostSample: `https://localhost:5001`
973+
* IIS Express: `https://localhost:44359`
974974
975975
For more information on HTTPS in ASP.NET Core use the following link:
976976
[Enforce HTTPS in ASP.NET Core](/aspnet/core/security/enforcing-ssl)

0 commit comments

Comments
 (0)