Sha256: a301ca26a51179c48c703e68c936bb41a91bd157c38e308e430ee4c4f169d1f0

Contents?: true

Size: 420 Bytes

Versions: 2

Compression:

Stored size: 420 Bytes

Contents

# frozen_string_literal: true

Decidim::Mpassid.configure do |config|
  # Define the service provider entity ID:
  # config.sp_entity_id = "https://www.example.org/users/auth/mpassid/metadata"
  # Or define it in your application configuration and apply it here:
  # config.sp_entity_id = Rails.application.config.mpassid_entity_id
  # Enable automatically assigned emails
  config.auto_email_domain = "example.org"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
decidim-mpassid-0.19.0 lib/generators/templates/mpassid_initializer.rb
decidim-mpassid-0.18.0 lib/generators/templates/mpassid_initializer.rb