mirror of
https://github.com/sol1/rustguac.git
synced 2026-09-10 09:35:45 +00:00
4aa18e1f32
Closes #122. Authentik does not ship a `groups` scope mapping by default, so the existing instruction "Add the `groups` scope" in the provider's Advanced protocol settings has nothing to select. Operators following the guide end up with rustguac unable to read group memberships, which silently breaks group-to-role mapping. Adds a new step 1 explaining how to create a Scope Mapping under Customisation > Property Mappings with the standard `request.user.ak_groups` expression, and updates the provider step to reference the newly-created mapping by name. Subsequent steps renumbered.