Change configuration for identityserver
FarmMaps.Develop/FarmMapsLib/develop This commit looks good Details

pull/1/head
Willem Dantuma 2020-02-13 14:45:10 +01:00
parent da97f06db8
commit 4814b8fbad
2 changed files with 8 additions and 8 deletions

View File

@ -69,11 +69,11 @@ export function provideBootstrapEffects(effects: Type<any>[]) {
{
provide:OAuthStorage,
useClass:SecureOAuthStorage
}
// {
// provide:AuthConfigFactory,
// useClass:LocalAuthconfigFactory
// }
},
{
provide:AuthConfigFactory,
useClass:Id4AuthconfigFactory
}
],
bootstrap: [AppRootComponent]
})

View File

@ -1,9 +1,9 @@
{
"issuer": "https://accounts.awacc.nl",
"clientId": "farmmaps",
"issuer": "https://accounts.farmmaps.awacc.nl",
"clientId": "farmmapsdev",
"audience": "https://farmmaps.awacc.nl/",
"requireHttps": true,
"apiEndPoint": "https://farmmaps.awacc.nl",
"grantType":"implicit"
"grantType":"code"
}