mirror of
https://github.com/ditkrg/AuthorizationServerDemos.git
synced 2026-01-23 06:36:43 +00:00
fix react app config
This commit is contained in:
parent
db873560fc
commit
3fec163178
@ -54,6 +54,7 @@ namespace OidcSamples.AuthorizationServer
|
|||||||
ClientName = "Traffic Police React App",
|
ClientName = "Traffic Police React App",
|
||||||
ClientId = "traffic-police-react-app",
|
ClientId = "traffic-police-react-app",
|
||||||
AllowedGrantTypes = GrantTypes.Code,
|
AllowedGrantTypes = GrantTypes.Code,
|
||||||
|
RequireClientSecret = false,
|
||||||
RedirectUris =
|
RedirectUris =
|
||||||
{
|
{
|
||||||
"https://localhost:3000/signin-oidc"
|
"https://localhost:3000/signin-oidc"
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
"tailwindcss": "^2.0.2"
|
"tailwindcss": "^2.0.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "HTTPS=true react-scripts start",
|
"start": "set HTTPS=true&&react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user