Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 0500eca

Browse files
authored
Merge pull request #187 from FHIDev/docfix
Fjernet ikke brukte settings fra dokumentasjonen
2 parents 2f824f6 + c0aefaf commit 0500eca

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,7 @@ If no scope is set per API, it will default back to the scopes list set in `Clie
5252
"clientName": "",
5353
"authority": "https://helseid-sts.test.nhn.no", //sample of using HelseID test
5454
"clientId": "",
55-
"grantTypes": [ "client_credentials" ],
5655
"scopes": [ ],
57-
"secretType": "private_key_jwt:RsaPrivateKeyJwtSecret",
58-
"rsaPrivateKey": "",
59-
"rsaKeySizeBits": 4096,
6056
"privateJwk": "",
6157
"Apis": [
6258
{
@@ -65,7 +61,7 @@ If no scope is set per API, it will default back to the scopes list set in `Clie
6561
"Scope": ""
6662
}
6763
],
68-
"refreshTokenAfterMinutes": 8 // Set approx 20% less than lifetime of access token
64+
"refreshTokenAfterMinutes": 8 // Set approx 20% less than lifetime of access token. Default 8
6965
}
7066
```
7167

0 commit comments

Comments
 (0)