Sha256: 03777ffcd2ca9f021b50c7ded32e8b4257dcbbaeb3f0a80c086b48beb7e30365

Contents?: true

Size: 642 Bytes

Versions: 1

Compression:

Stored size: 642 Bytes

Contents

# Set proxy to connect in keycloak server
Keycloak.proxy = ''
# If true, then all request exception will explode in application (this is the default value)
Keycloak.generate_request_exception = true
# controller that manage the user session
Keycloak.keycloak_controller = 'session'
# realm name (only if the installation file is not present)
Keycloak.realm = ''
# realm url (only if the installation file is not present)
Keycloak.auth_server_url = ''
# The introspect of the token will be executed every time the Keycloak::Client.has_role? method is invoked, if this setting is set to true.
Keycloak.validate_token_when_call_has_role = false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
keycloak-3.1.0 lib/generators/keycloak.rb