OpenID issuer (iss)
(Redirected from OpenID issuer)
Jump to navigation
Jump to search
set token (curl -s -X POST http://localhost:8080/token \ -d 'grant_type=client_credentials' \ -d 'client_id=test-client' \ -d 'scope=openid' | jq -r .access_token) echo $token | cut -d. -f2 | base64 -d 2>/dev/null | jq { "iss": "http://localhost:8080", "iat": 1779865427, "exp": 1779869027, "nbf": 1779865417, "scope": "openid" }
Related[edit]
- Discovery endpoint
- Issuer URL
- client_id
- client_secret
- /.well-known/openid-configuration
- Token metadata
See also[edit]
- iss, Issuer URL
- Token metadata,
aud, iss, azp, nbf, exp, iat, ti, tid,/.well-known/openid-configuration /token, Decode token: iss,/userinfo, /authorize,token_endpoint_auth_method,token_type, Bearer,invalid_grant,invalid_client,/.well-known/openid-configuration,/oauth2/v1/token, Token metadata- IdP <-> RP,
client_id,client_secret, Issuer URL,QUARKUS_OIDC_CLIENT_ID,.well-known/openid-configuration,grant_type
Advertising: