You were the first to do Authentik on TH-cam and are still the best at providing step by step tutorials. Can you maybe look into doing a video on back up and restore - like Disaster Recovery? Just a thought. Thank you,
Hi Cooptonian. Love your videos/tutorials and was wondering if you could make a video on how to properly integrate Google as a OAuth source in Authentik and assign users to it that are allowed to login?
Is it possible to have a different logo for light and dark mode? My wordmark is in white text, but in light mode you can't see it against the white background.
...as a workaround, you can maybe use customization (docs.goauthentik.io/docs/interfaces/user/customization#settingsthemebase) to force dark or light mode and stick to the logo that works best...otherwise, probably best to ask the dev in discord...
Yes you can...see these documents: docs.goauthentik.io/docs/interfaces/flow/customization#custom-css docs.goauthentik.io/docs/interfaces/user/customization#settingsthemebackground
Hi, I was wondering is it possible to have a custom template that overrides the default login? Example i was to change the layout and have custom content on that login screen. If i have a custom template how does it override the default view?
...it sounds like you want to customize far more than what authentik allows for via their menus... For this, you will have to use Cascading Style Sheets (CSSC... There are a few people in the discord that have done this, however, I have not so have limited knowledge on it... That, or since it is open-source, fork the repo edit the html and rebuild it for your case...
@@cooptonian Thank you for your response, appreciate it. Would it possible in this case instead of forking the repo and edit the HTML can i not create the login in HTML and use the API's to either login/create user?
Awsome. This channel is a treasure. More people should see it and benefit. Thanks for great tutorial.
I appreciate that!
You were the first to do Authentik on TH-cam and are still the best at providing step by step tutorials. Can you maybe look into doing a video on back up and restore - like Disaster Recovery? Just a thought.
Thank you,
May need a refresher on MFA/Duo setup since the flows have changed. Great work!
Neat to see an update and official collaboration. Been running Authentik for over a year and would have been lost without your (videos) help.
Thanks, glad you find the videos a benefit!
Hi Cooptonian.
Love your videos/tutorials and was wondering if you could make a video on how to properly integrate Google as a OAuth source in Authentik and assign users to it that are allowed to login?
Is there a way to sync an authentik configuration? Maybe even have a configuration as code or something?
Can you do a view on custom css for the login page, specifically, making the login box transparent and rounded.
I wish I had seen this video before!
Is it possible to have a different logo for light and dark mode?
My wordmark is in white text, but in light mode you can't see it against the white background.
...as a workaround, you can maybe use customization (docs.goauthentik.io/docs/interfaces/user/customization#settingsthemebase) to force dark or light mode and stick to the logo that works best...otherwise, probably best to ask the dev in discord...
Is it possible to change what the user has access to on their login page for example remove the token and app password option or the consent option?
...access to? As in once logged in? Are you talking the actual login page?
Is it possible to add custom css to the flows or the user interface?
Yes you can...see these documents:
docs.goauthentik.io/docs/interfaces/flow/customization#custom-css
docs.goauthentik.io/docs/interfaces/user/customization#settingsthemebackground
Hi, I was wondering is it possible to have a custom template that overrides the default login? Example i was to change the layout and have custom content on that login screen. If i have a custom template how does it override the default view?
...it sounds like you want to customize far more than what authentik allows for via their menus... For this, you will have to use Cascading Style Sheets (CSSC... There are a few people in the discord that have done this, however, I have not so have limited knowledge on it...
That, or since it is open-source, fork the repo edit the html and rebuild it for your case...
@@cooptonian Thank you for your response, appreciate it. Would it possible in this case instead of forking the repo and edit the HTML can i not create the login in HTML and use the API's to either login/create user?
@@radhiyahwilliams829 yes, that is viable as well!
Can you please create videos on how to do this on kubernetes aswell ?
I don't follow, once up and running in Kubernetes all the customization is accomplished from authentik's own GUI...