Situation

Administrators need to create, find, update, and remove Flux users, roles, role claims, and user-role assignments.

Outcome

Flux exposes PowerShell commands for common identity administration workflows.

Steps

  1. Find or get existing users and roles.
  2. Add users and roles.
  3. Assign or remove user roles.
  4. Add role claims or user claims where needed.
  5. Remove users or roles when they are no longer required.

Implementation Evidence

  • Flux/PowerShell/Identity/
  • Docs/Docusaurus/docs/powershell/Add-FluxUser.mdx
  • Docs/Docusaurus/docs/powershell/Add-FluxRole.mdx
  • Docs/Docusaurus/docs/powershell/Add-FluxUserRole.mdx
  • Docs/Docusaurus/docs/powershell/Find-FluxUser.mdx