Skip to content

Commit 9481a32

Browse files
authored
Merge pull request #19 from rwike77/patch-2
Branding update
2 parents f7ec65e + a4ea29f commit 9481a32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TodoListService/App_Start/Startup.Auth.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)