{ "id":"/axapi/v3/aam/authentication/oauth/authorization-server/{name}", "type":"object", "node-type":"list", "title":"authorization-server", "partition-visibility":"shared", "description":"Authentication 2.0 authorization server", "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify authorization server object name", "optional":false }, "issuer":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify openid provider name for authorization", "optional":true }, "authorization-endpoint":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify URI for authorization", "optional":true }, "client-method":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'ignored': Clients' browser will send data according to server spec (default); 'post': Clients' browser will send data by POST; 'get': Clients' browser will send data by GET; ", "enum":[ "ignored", "post", "get" ], "optional":true }, "token-endpoint":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify URI for token exchange", "optional":true }, "server-method":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'post': AX will send data to server by POST (default); 'get': AX will send data to server by GET; ", "enum":[ "post", "get" ], "optional":true }, "verification-cert":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "not":"verification-jwks", "description":"Specify certificate to verify ID token signature", "optional":true }, "verification-jwks":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "not":"verification-cert", "description":"Specify jwks file to verify ID token signature", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'auth-req': auth-req; 'auth-succ': auth-succ; 'auth-fail': auth-fail; 'auth-error': auth-error; 'other-error': other-error; ", "enum":[ "all", "auth-req", "auth-succ", "auth-fail", "auth-error", "other-error" ] } } } ] } }, "object-keys":[ "name" ], "required":[ "name" ] }