Skip to content

Instantly share code, notes, and snippets.

@imShakil
Last active November 13, 2022 04:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imShakil/5522aff50aec44ed4792d999c3fb9e49 to your computer and use it in GitHub Desktop.
Save imShakil/5522aff50aec44ed4792d999c3fb9e49 to your computer and use it in GitHub Desktop.
test-client
{
"clientSecret": "1234",
"redirectUris": [
"https://modsso.gluu.info/callback"
],
"claimRedirectUris": [],
"responseTypes": ["code"],
"grantTypes": ["authorization_code"],
"applicationType": "web",
"clientName": {
"value": "test-config-openid",
"languageTags": []
},
"subjectType": "pairwise",
"idTokenSignedResponseAlg": "PS256",
"idTokenEncryptedResponseAlg": "A128KW",
"idTokenEncryptedResponseEnc": "A256GCM",
"userInfoSignedResponseAlg": "HS256",
"userInfoEncryptedResponseAlg": "A256KW",
"userInfoEncryptedResponseEnc": "A128GCM",
"requestObjectSigningAlg": "HS256",
"requestObjectEncryptionAlg": "A256KW",
"requestObjectEncryptionEnc": "A128GCM",
"tokenEndpointAuthMethod": "tls_client_auth",
"tokenEndpointAuthSigningAlg": "HS384",
"defaultMaxAge": 1000000,
"defaultAcrValues": ["oidc2"],
"scopes": [
"openid profile permission user_name email"
],
"trustedClient": false,
"persistClientAuthorizations": false,
"includeClaimsInIdToken": false,
"refreshTokenLifetime": 100000000,
"accessTokenLifetime": 100000000,
"rptAsJwt": false,
"accessTokenAsJwt": true,
"accessTokenSigningAlg": "ES256",
"disabled": false,
"softwareId": "4NRB1-0XZABZI9E6-5SM3R",
"softwareVersion": "2.1",
"softwareStatement": null,
"attributes": {
"tlsClientAuthSubjectDn": null,
"runIntrospectionScriptBeforeJwtCreation": false,
"keepClientAuthorizationAfterExpiration": true,
"allowSpontaneousScopes": false,
"spontaneousScopes": [],
"spontaneousScopeScriptDns": [],
"updateTokenScriptDns": [],
"backchannelLogoutUri": [],
"backchannelLogoutSessionRequired": false,
"additionalAudience": [],
"postAuthnScripts": [],
"consentGatheringScripts": [],
"introspectionScripts": [],
"rptClaimsScripts": [],
"ropcScripts": [],
"parLifetime": null,
"requirePar": true,
"jansAuthSignedRespAlg": null,
"jansAuthEncRespAlg": null,
"jansAuthEncRespEnc": null,
"jansSubAttr": null,
"redirectUrisRegex": null,
"jansAuthorizedAcr": [],
"jansDefaultPromptLogin": true
},
"backchannelTokenDeliveryMode": "push",
"backchannelAuthenticationRequestSigningAlg": "ES256",
"backchannelUserCodeParameter": false,
"displayName": "test-openid-config",
"tokenBindingSupported": false,
"authenticationMethod": "client_secret_jwt"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment