value in the response body of the call to create a login flow?
b
bright-policeman-41717
12/31/2022, 3:16 PM
If you run hydra by self hosting, you need to add login , logout, error, concent pages urls in hydra.yml or hydra config. Hydra will automatically add the login challenge. When the oauth client sends request to hydra auth url , hydra will automatically redirect to login url with login challenge. Once after your identity provider checks the identity you can decide to accept the login challenge or reject login challenge.
bright-policeman-41717
12/31/2022, 4:44 PM
if you use the cloud , you can use the auth url, token url thats given in the ory cloud and configure your oauth client application to use it.