Skip to content

Commit

Permalink
update README.md for authcode
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobritodev committed Mar 5, 2020
1 parent 1e609c8 commit 33b0785
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,18 @@ Client configuration
ClientId = "IS4-Admin",
ClientName = "IS4-Admin",
ClientUri = "http://localhost:4300",
AllowedGrantTypes = GrantTypes.Implicit,
AllowAccessTokensViaBrowser = true,
AllowedGrantTypes = GrantTypes.Code,
AllowAccessTokensViaBrowser = false,
RequireConsent = true,
RequirePkce = true,
AllowPlainTextPkce = false,
RequireClientSecret = false,
RedirectUris = new[] {
"http://localhost:4300/login-callback",
"http://localhost:4300/silent-refresh.html"
},
AllowedCorsOrigins = { "http://localhost:4300" },
IdentityTokenLifetime = 3600,
LogoUri = "https://jpproject.azurewebsites.net/sso/images/brand/logo.png",
AuthorizationCodeLifetime = 3600,
PostLogoutRedirectUris = {"http://localhost:4300",},
AllowedScopes =
{
Expand Down

0 comments on commit 33b0785

Please sign in to comment.