Module: Aserto::IdentityMapper::Manual
- Defined in:
- lib/aserto/identity_mapper/manual.rb
Class Method Summary collapse
Class Method Details
.execute(_request) ⇒ Object
7 8 9 10 11 12 |
# File 'lib/aserto/identity_mapper/manual.rb', line 7 def execute(_request) { type: :manual, identity: ::Aserto.config.identity_mapping[:value].to_s } end |