You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Are there any plans for supporting OAuth / OpenID?
for instance I have all my users set up on my authentik instance. I’d rather prefer to just give them a special group such as bracket-users or bracket-admins than have them re create accounts.
Would then like to disable creation of accounts and manual login using username + password as the openid should handle authentication and also handle account creation as a user who’s been passed and doesn’t have an account should automatically have a profile created.
The text was updated successfully, but these errors were encountered:
Im working on the same thing as you are suggesting, except I'm using propelauth. As far as I can see i it leads to quite significant changes for both frontend and backend. For example the use of local storage must be changed in backend and frontend. I have a working version, but not pushed back to my main branch yet.
Hi! Are there any plans for supporting OAuth / OpenID?
for instance I have all my users set up on my authentik instance. I’d rather prefer to just give them a special group such as bracket-users or bracket-admins than have them re create accounts.
Would then like to disable creation of accounts and manual login using username + password as the openid should handle authentication and also handle account creation as a user who’s been passed and doesn’t have an account should automatically have a profile created.
The text was updated successfully, but these errors were encountered: