OAuth/OpenID Connect Authorization Server configuration
Property to set the maximum length that a redirect URL can have when OAuth provider is initiating a redirect to the client/application. Default: 2048
Default: 2048
Property to set the key size when RSA Json Web keys are created by OpenID Connect provider to sign ID tokens issued to client. Should be >= 512.
Default: 2048
Property to set the default validity for Asymmetric Json Web Keys created by OpenID Connect provider. Default: 86400 (1 day)
Default: 86400
Property to set the ClockSkew in Seconds created by OpenID Connect provider.
Default: 600
Property to set the threshold length of OAuth Authentication Token. If the token length exceeds the configured value, a mini token will be returned in Cookie.
Default: 512
The maximum size of Grant Attributes Cache in OAuth provider.
Default: 10000
Expiration time in milliseconds for the entries in Grant Attributes Cache in OAuth provider.
Default: 300000
The maximum size of Grant Sequence ID Cache in OAuth provider.
Default: 10000
Expiration time in milliseconds for the entries in Grant Sequence ID Cache in OAuth provider.
Default: 300000
Setting to enable or disable the TokenAPI GET method. Possible values are com.akana.feature.enabled and com.akana.feature.disabled.
Default: com.akana.feature.enabled