goauthentik / authentik

The authentication glue you need.
https://goauthentik.io
Other
13.79k stars 927 forks source link

Custom "User field" for identification stage #10973

Open javikalsan opened 3 months ago

javikalsan commented 3 months ago

Describe your question/ Is there a way out of the box to use a different user identification attribute other than username or email as valid "User field" for the identification stage?

Screenshots image

Thank you so much!

BeryJu commented 1 month ago

That is not currently possible, you could a) save your custom identifier to the upn attribute on a user and use the UPN field option here, or b) you can create a prompt stage and basically create a "custom" identification stage.

javikalsan commented 1 month ago

@BeryJu thank you for the workaround proposal and considering the question :pray: