Skip to content

Commit 04b6acc

Browse files
committed
maskinporten: correct field for client ID
1 parent 634cd00 commit 04b6acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth/maskinporten/reference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ These variables are optional and should only be used for [manually validating to
3737
The client ID for your application in Maskinporten can be found with the following command:
3838

3939
```shell
40-
kubectl get maskinportenclient -n <team> <name> -o jsonpath='{.status.clientId}'
40+
kubectl get maskinportenclient -n <team> <name> -o jsonpath='{.status.clientID}'
4141
```
4242

4343
## Claims

0 commit comments

Comments
 (0)