Fixing the OpenIdConnect sample

This commit is contained in:
Praburaj 2015-03-18 15:04:58 -07:00
parent 33e3c944d0
commit 6086bb0a62
2 changed files with 11 additions and 0 deletions

View File

@ -24,6 +24,7 @@ namespace OpenIdConnectSample
app.UseCookieAuthentication(options =>
{
options.AutomaticAuthentication = true;
});
app.UseOpenIdConnectAuthentication(options =>

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
</body>
</html>