Module: AtomicLti::RoleEnforcementMode
- Defined in:
- app/lib/atomic_lti/role_enforcement_mode.rb
Constant Summary collapse
- DEFAULT =
Unkown roles are allowed to be the only role in the roles claim
"DEFAULT".freeze
- STRICT =
Unkown roles are not allowed to be the only roles in the roles claim
"STRICT".freeze