I'm getting 404 from `/.well-known/oidc-configurat...
# talk-hydra
a
I'm getting 404 from
/.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:
Copy code
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
d
Try
/.well-known/openid-configuration