Skip to content

Commit

Permalink
Merge pull request brunobritodev#280 from brunohbrito/dev
Browse files Browse the repository at this point in the history
update README.md for authcode
  • Loading branch information
brunobritodev authored Mar 5, 2020
2 parents d94b110 + f0ebb0a commit 073c77b
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 073c77b

Please sign in to comment.