Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
68
Star
93
Fork
75
Azure-Samples
/
active-directory-dotnet-webapp-openidconnect
Code
Issues
15
Pull requests
1
Projects
0
Wiki
Insights
Permalink
Browse files
Update accountcontroller
Spacing fixed to avoid confusion
master
(
#31
)
1 parent
3393b05
commit
2beb50039b258404fad9486d8b101dc143924444
whoiskevinrich
committed
Jan 3, 2017
Unified
Split
Showing
1 changed file
with
2 additions
and
2 deletions
.
+2
−2
WebApp-OpenIDConnect-DotNet/Controllers/AccountController.cs
Show comments
View
4
WebApp-OpenIDConnect-DotNet/Controllers/AccountController.cs
@@ -49,5 +49,5 @@ public void EndSession()
// If AAD sends a single sign-out message to the app, end the user's session, but don't redirect to AAD for sign out.
HttpContext.GetOwinContext().Authentication.SignOut(CookieAuthenticationDefaults.AuthenticationType);
}
-
}
-}
+
}
+}
Toggle all file notes
0 comments on commit
2beb500
Please
sign in
to comment.
You can't perform that action at this time.
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.
0 comments on commit
2beb500