authentik icon indicating copy to clipboard operation
authentik copied to clipboard

Internal users with social login

Open Rdeisenroth opened this issue 1 year ago • 2 comments

Describe your question/ The new 2024.8 update requires internal users for user interface, but what about social login like Google or GitHub? If i have a user that logs in with github and i want them to be able to view the user interface, how would i do that? The release notes state that you can update existing users with ak change_user_type --all --type internal but i need this to work when registering users as well

Relevant info happens since 2024.8

Screenshots image

Logs Output of docker-compose logs or kubectl logs respectively

Version and Deployment (please complete the following information):

  • authentik version: 2024.8.1
  • Deployment: docker-compose

Rdeisenroth avatar Sep 15 '24 21:09 Rdeisenroth

I'd also prefer the option to allow external users to see the dashboard, as the classification into internal and external users was very useful

Rdeisenroth avatar Sep 15 '24 21:09 Rdeisenroth

you can change the default user type for federation in the user_write stage that's used in the enrollment flow

for separating the users you can use the user path attribute

BeryJu avatar Sep 16 '24 11:09 BeryJu

Thanks, this works.

Rdeisenroth avatar Sep 16 '24 16:09 Rdeisenroth

FYI for future users

https://{{ hostname }}/if/admin/#/flow/stages

Image

S33G avatar Feb 18 '25 00:02 S33G