abundant-restaurant-25559
04/21/2023, 8:23 AM/.well-known/oidc-configuration
I couldn't find a setting related to this. /.well-known/jwks.json
works as expected. I'm running an empty hydra docker with --dev
and the following config:
environment:
- LOG_LEAK_SENSITIVE_VALUES=true
- URLS_SELF_ISSUER=<http://localhost:4444>
- URLS_SELF_PUBLIC=<http://localhost:4444>
- URLS_CONSENT=<https://localhost:3000/consent>
- URLS_LOGIN=<https://localhost:3000/login>
- URLS_LOGOUT=<https://localhost:3000/login?logout=true>
- SECRETS_SYSTEM=youReallyNeedToChangeThis
- OIDC_SUBJECT_IDENTIFIERS_SUPPORTED_TYPES=public,pairwise
- OIDC_SUBJECT_IDENTIFIERS_PAIRWISE_SALT=youReallyNeedToChangeThis
- DSN=sqlite:///var/lib/sqlite/db.sqlite?_fk=true&mode=rwc
- OIDC_DYNAMIC_CLIENT_REGISTRATION_ENABLED=true
dry-sunset-53391
04/21/2023, 10:33 AM/.well-known/openid-configuration