Skip to content

Commit

Permalink
Update demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Jan 22, 2024
1 parent c585f60 commit df974bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Blorc.OpenIdConnect.DemoApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@
options.Scope = "openid profile demo-api";
options.TimeForUserInactivityAutomaticSignOut = 15000;
options.TimeForUserInactivityNotification = 10000;
/* Options below are not required */
/* Options below are not required, uncomment if you need them */
/*
// The resource parameter that will be sent to the auth request
options.Resource = "https://your-api.com";
// The extra query parameters that will be sent to the auth request
Expand All @@ -58,6 +59,7 @@
{
{ "resource", "https://your-api.com" }
};
*/
});

// Logging
Expand Down

0 comments on commit df974bf

Please sign in to comment.