@@ -90,4 +90,4 @@ The OpenID Connect & Cookie OWIN middleware in this project is created as a part
11. Create a new empty controller called `AccountController`. Replace the implementation with the contents of the file of same name from the sample.
12. If you want the user to be required to sign-in before they can see any page of the app, then in the `HomeController`, decorate the `HomeController` class with the `[Authorize]` attribute. If you leave this out, the user will be able to see the home page of the app without having to sign-in first, and can click the sign-in link on that page to get signed in.
13. Almost done! Follow the steps in "Running This Sample" to register the application in your AAD tenant.
-14. In `web.config`, in `<appSettings>`, create keys for `ida:ClientId`, `ida:AADInstance`, `ida:Tenant`, and `ida:PostLogoutRedirectUri` and set the values accordingly. For the public Azure AD, the value of `ida:AADInstance` is `https://login.windows.net/{0}`.
+14. In `web.config`, in `<appSettings>`, create keys for `ida:ClientId`, `ida:AADInstance`, `ida:Tenant`, and `ida:PostLogoutRedirectUri` and set the values accordingly. For the public Azure AD, the value of `ida:AADInstance` is `https://login.microsoftonline.com/{0}`.
0 comments on commit
1188d6f