Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Missing documentation for config key oidc.subject_identifiers.supported_types #2182
Comments
|
Right, this has to be changed here: https://github.com/ory/hydra/blob/master/.schema/config.schema.json#L503-L571 This change was introduced with #1706 but the config schema was not updated there. |
|
Closed via #2211 |
Describe the bug
After Hydra startup log warns about configuration key deprecation. There is no records in documentation reference (https://www.ory.sh/hydra/docs/reference/configuration/) about oidc.subject_identifiers.supported_types.
Reproducing the bug
Steps to reproduce the behavior:
Start Hydra Hydra v1.9.0-alpha.2 with oidc.subject_identifiers.enabled set to public
Server logs
Configuration
Expected behavior
oidc.subject_identifiers.supported_types should be documented.