Update Authentik configuration to default public invitation user type to internal, enhancing clarity on user isolation. Revise README to reflect changes in user type settings and provide guidance for managing existing external users. Improve validation in Ansible tasks to ensure correct user type configuration.
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
- noble_authentik_blueprint_lab_invitation_enrollment_flow_slug | default('') | trim | length > 0
|
||||
- noble_authentik_blueprint_public_invitation_user_group | default('') | trim | length > 0
|
||||
- noble_authentik_blueprint_lab_invitee_group_name | default('') | trim | length > 0
|
||||
- (noble_authentik_blueprint_public_invitation_user_type | default('external') | trim | lower) in ['external', 'internal']
|
||||
- (noble_authentik_blueprint_public_invitation_user_type | default('internal') | trim | lower) in ['external', 'internal']
|
||||
- (noble_authentik_blueprint_lab_invitation_user_type | default('internal') | trim | lower) in ['external', 'internal']
|
||||
fail_msg: >-
|
||||
When noble_authentik_blueprints_enabled is true, set at least one entry across
|
||||
|
||||
Reference in New Issue
Block a user