We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3500a0c commit 65e8accCopy full SHA for 65e8acc
_source/_posts/2024-02-29-net-scim.md
@@ -46,7 +46,7 @@ dotnet dev-certs https --trust (Trust the self-signed TLS certs)
46
47
>**Note**: You may get different ports so be sure to double-check the URLs in `Properties/launchSettings.json`.
48
49
-### Setup Okta (the IdP)
+### Set up Okta as your identity provider (IdP) for authentication and authorization
50
{% include setup/cli.md type="spa" loginRedirectUri="http://localhost:7094/swagger/oauth2-redirect.html" logoutRedirectUri="http://localhost:7094" %}
51
52
Take note of the `Issuer` and the `Client ID`. You'll need those values for your authentication configuration coming up soon.
0 commit comments