Skip to main content
Version: 5.7.0

VerifySignedJwt

Verifies a signed JWT provided as a string.

ServiceOperation
identityVERIFY_SIGNED_JWT

Method Parameters

ParameterDescription
jksUriJKS uri.
issuerissuer uri.
audienceJWT audience.
jwtStringJWT string representation.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"claims": {
"sub": "00u1caz4q626WtuOc555",
"name": "John Snow",
"email": "johns@xxx.com",
"ver": 1,
"iss": "https://login.xxx.com/9188040d-6c67-4c5b-b112-36a304b66dad/v2.0",
"aud": "0oa1k21u00qBbTwaz555",
"iat": 1573052062,
"exp": 1573055662,
"jti": "ID.HntoaUAOrMR4XXXswVCAV8Vi2eU_gplsbx4xgW4BhgM",
"amr": [
"pwd",
"rsa",
"mfa"
],
"idp": "00o1caT4n2FS01065357",
"nonce": "a81b30479be55fe98fda915525acf2da",
"preferred_username": "johns@xxx.com",
"auth_time": 1573052055,
"at_hash": "n_bRbPka--WLaLKWEKEDUZXXXXXX",
"groups": [
"Everyone",
"BrainCloudUsers"
]
},
"issuedAt": 1573052067000,
"expiresAt": 1573055667000
},
"status": 200
}