File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ SPIFFE_JWT_SVID=$(./fetch-jwt-svid.sh)
44
55curl -s -X POST \
66 -d grant_type=client_credentials \
7- -d client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer \
7+ -d client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-spiffe \
88 -d client-assertion-type=jwt-bearer \
99 -d client_assertion=" $SPIFFE_JWT_SVID " \
1010 http://localhost:8080/realms/spiffe/protocol/openid-connect/token
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ACCESS_TOKEN=$(./client-credential-grant.sh | jq -r .access_token)
55
66curl -s -X POST \
77 -d token=$ACCESS_TOKEN \
8- -d client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer \
8+ -d client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-spiffe \
99 -d client-assertion-type=jwt-bearer \
1010 -d client_assertion=" $SPIFFE_JWT_SVID " \
1111 http://localhost:8080/realms/spiffe/protocol/openid-connect/token/introspect | jq
You can’t perform that action at this time.
0 commit comments