File tree Expand file tree Collapse file tree
TodoListService/App_Start Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ public partial class Startup
1717 public void ConfigureAuth ( IAppBuilder app )
1818 {
1919 // NOTE: The usual WindowsAzureActiveDirectoryBearerAuthentication middleware uses a
20- // metadata endpoint which is not supported by the v2.0 endpoint. Instead, this
20+ // metadata endpoint which is not supported by the Microsoft identity platform endpoint. Instead, this
2121 // OpenIdConnectSecurityTokenProvider implementation can be used to fetch & use the OpenIdConnect
22- // metadata document - which for the v2 endpoint is https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration
22+ // metadata document - which for the identity platform endpoint is https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration
2323
2424 app . UseOAuthBearerAuthentication ( new OAuthBearerAuthenticationOptions
2525 {
You can’t perform that action at this time.
0 commit comments