Sha256: fcedb76f38ec22d51ecdf5c981df0c290249c6f25c1297e96c8b9fb2076a6328

Contents?: true

Size: 815 Bytes

Versions: 1

Compression:

Stored size: 815 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'
# relm name (only if the installation file is not present)
Keycloak.realm = ''
# relm url (only if the installation file is not present)
Keycloak.auth_server_url = ''
# if present, will be used to override `Host` header in request. This is usefull when Keycloack has an internal and an external domain name.
Keycloak.custom_host_header = nil
# 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
sqsc-keycloak-ruby-1.0.3 lib/generators/keycloak.rb