Sha256: 472eee57a73733c1b823da15788aafade32ae8d28d4f18693263846ecec9a0fa

Contents?: true

Size: 640 Bytes

Versions: 6

Compression:

Stored size: 640 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 = ''
# 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

6 entries across 6 versions & 2 rubygems

Version Path
sqsc-keycloak-ruby-1.0.1 lib/generators/keycloak.rb
sqsc-keycloak-ruby-1.0.0 lib/generators/keycloak.rb
sqsc-keycloak-ruby-1.0.0.pre.1 lib/generators/keycloak.rb
sqsc-keycloak-ruby-1.0.0.pre lib/generators/keycloak.rb
keycloak-3.0.0 lib/generators/keycloak.rb
keycloak-2.5.1 lib/generators/keycloak.rb