Hi @early-magician-18981, @creamy-art-71586, @steep-lamp-91158
I’m using Ory Hydra with my own identity provider. In my application, an admin user can create non-admin users. When a non-admin user logs in to the client application for the first time, they should be prompted with a change password dialog (served from my application). The password change endpoint should be authorized through Ory Hydra.
The client application is already configured with OAuth (client ID, redirect URL, etc.).
My application itself is an OAuth application that acts as a wrapper around Ory Hydra.
How to authorize the change password endpoint using ory hydra?