Skip to content

Instantly share code, notes, and snippets.

@fhanik
Created February 19, 2016 23:04
Show Gist options
  • Select an option

  • Save fhanik/20503249ee31bfc9636a to your computer and use it in GitHub Desktop.

Select an option

Save fhanik/20503249ee31bfc9636a to your computer and use it in GitHub Desktop.
{
"id": "38204504-7159-4948-8f35-74ab944cdb9a",
"subdomain": "zone2",
"config": {
"tokenPolicy": {
"accessTokenValidity": -1,
"refreshTokenValidity": -1,
"keys": null
},
"samlConfig": {
"assertionSigned": true,
"requestSigned": true,
"wantAssertionSigned": false,
"wantAuthnRequestSigned": false,
"assertionTimeToLiveSeconds": 600,
"certificate": null,
"privateKey": null,
"privateKeyPassword": null
},
"links": {
"logout": {
"redirectUrl": "/login",
"redirectParameterName": "redirect",
"disableRedirectParameter": false,
"whitelist": null
},
"selfService": {
"selfServiceLinksEnabled": true,
"signup": "/create_account",
"passwd": "/forgot_password"
}
},
"prompts": [
{
"name": "username",
"type": "text",
"text": "Email"
},
{
"name": "password",
"type": "password",
"text": "Password"
},
{
"name": "passcode",
"type": "password",
"text": "One Time Code (Get on at /passcode)"
}
]
},
"name": "Zone 2",
"version": 1,
"description": "{\"plan_display_name\":\"Zone 2\",\"plan_description\":\"Zone 2\"}",
"created": 1453690103000,
"last_modified": 1453690174000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment