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