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
Copy file name to clipboardexpand all lines: _source/_posts/2024-02-29-net-scim.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Create a directory called `okta-scim-server-dotnet`. Navigate to the directory i
40
40
41
41
### Test the .NET project using Swagger UI
42
42
- Run the project using the command `dotnet watch --launch-profile https`
43
-
- At this point using the *https://localhost:7094/swagger/index.html* you will be able to see the Swagger UI. Typically, a browser tab will automatically open; if not, manually check for the URL to the Swagger UI under `Properties/launchSettings.json` and copy/paste this URL onto the browser.
43
+
- At this point using the *https://localhost:7094/swagger/index.html* you will be able to see the Swagger UI. Typically, a browser tab will automatically open; if not, manually check for the URL to the Swagger UI under `Properties/launchSettings.json` and copy/paste this URL onto the browser:
44
44
45
45
### Setup Okta (the IdP)
46
46
{% include setup/cli.md type="spa" framework="ASP.NET Core" loginRedirectUri="http://localhost:7094/swagger/oauth2-redirect.html" logoutRedirectUri="http://localhost:7094" %}
0 commit comments