I am currently in the process of automating the deployment of PVE hosts including SSO:
For SSO, these steps include:
A cronjob would not be sufficient since the users are only created when they try to login for the first time and a cronjob is periodic and not triggered on a certain event.
I found a similar question but this tread has been abandoned.
Has anyone done anything similar to this?
For SSO, these steps include:
- Creating an OpenID-Connect application and provider in Authtentik.
- Creating a realm with those Authentik parameters in PVE
- Creating groups, roles and setting ACL's
A cronjob would not be sufficient since the users are only created when they try to login for the first time and a cronjob is periodic and not triggered on a certain event.
I found a similar question but this tread has been abandoned.
Has anyone done anything similar to this?