You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/auth/maskinporten/reference/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,14 @@ These variables are optional and should only be used for [manually validating to
32
32
33
33
`MASKINPORTEN_WELL_KNOWN_URL` is optional if you're using `MASKINPORTEN_ISSUER` and `MASKINPORTEN_JWKS_URI` directly.
34
34
35
+
## Client ID
36
+
37
+
The client ID for your application in Maskinporten can be found with the following command:
38
+
39
+
```shell
40
+
kubectl get maskinportenclient -n <team><name> -o jsonpath='{.status.clientId}'
41
+
```
42
+
35
43
## Claims
36
44
37
45
See the [Access Token reference in Maskinporten](https://docs.digdir.no/docs/Maskinporten/maskinporten_protocol_token#the-access-token) for a list of all claims.
0 commit comments