rhythmic-raincoat-85174
04/24/2023, 9:40 PMhigh-hospital-5525
04/25/2023, 5:22 AMwonderful-river-44748
04/25/2023, 11:37 AMrhythmic-raincoat-85174
04/25/2023, 4:17 PMmagnificent-energy-493
high-hospital-5525
04/26/2023, 6:25 AMkratos.config.oauth2_provider.url
- point to hydra admin endpoint (port 4445), I run them in the same cluster so pointed internally
And
hydra.config.urls.self.issuer
hydra.config.urls.login
- point to Kratos that you'll use for login
hydra.config.urls.consent
- point to UI that has consent flow. Can use the modified self-service UI I mentioned earlier
Also need an OAuth2Client
but that gets more specific and depends on what is your client domain etc.
If you want to connect a different client-Kratos to this "Kratos+Hydra" setup then you need to just add a generic
provider in client-Kratos that points to this one and has the clientId+Secretrhythmic-raincoat-85174
04/26/2023, 11:03 PMIf you want to connect a different client-Kratos to this "Kratos+Hydra" setup then you need to just add aprovider in client-Kratos that points to this one and has the clientId+Secretgeneric
rhythmic-raincoat-85174
04/26/2023, 11:03 PMrhythmic-raincoat-85174
04/26/2023, 11:03 PMmagnificent-energy-493
delightful-noon-48365
05/02/2023, 11:03 AMmagnificent-energy-493
adorable-scooter-1570
05/15/2023, 8:49 AMcode_client=$(sudo docker-compose exec hydra \
hydra create client \
--endpoint <http://127.0.0.1:4445> \
--grant-type authorization_code,refresh_token \
--response-type code,id_token \
--format json \
--scope openid --scope offline \
--redirect-uri <http://127.0.0.1:5555/callback>)
i get this error message: service "hydra" is not running container #1
any idea why this would happen?
the site still loads and seems to run correctly. i can see the consent page now.delightful-noon-48365
05/15/2023, 9:09 AMadorable-scooter-1570
05/15/2023, 9:17 AMadorable-scooter-1570
05/15/2023, 9:20 AMadorable-scooter-1570
05/15/2023, 9:23 AMadorable-scooter-1570
05/15/2023, 9:24 AMadorable-scooter-1570
05/15/2023, 9:26 AMdelightful-noon-48365
05/15/2023, 10:04 AMdelightful-noon-48365
05/15/2023, 10:39 AMadorable-scooter-1570
05/15/2023, 5:38 PM