Hey, thanks for the help up front.
So I currently have a setup where I'm using my wordpress site as an oauth2 provider for authentik. This part is working out really well. It almost invisibly pulls the users data into authentik when they enroll on my site and updates their authentik user every time they login. This part I'm happy with!
Problem Statement: My users need to have their passwords sync between my Wordpress site and Authentik. Because I use Jellyfin, and the mobile and tv versions of the app don't play well with SSO, I wanted to have a fallback for ldap which is totally possible. The challenge is that I would like the user's password from wordpress to be the password they use as their ldap password. This would mean I somehow securely need to get my users passwords into Authentik from Wordpress or know of another way of doing it (some sort of ldap sync but from wordpress to authentik).
I know this can work the other way around but I'm trying to keep my site's experience pretty seamless and styling Authentik to match my site has proven pretty difficult in itself.
Ultimately looking for advice or creative solutions to the problem. Hope to hear some ideas!