Skip to content

Commit

Permalink
docs: fix subject identifier algorithms to match configuration (#2400)
Browse files Browse the repository at this point in the history
On https://www.ory.sh/hydra/docs/reference/configuration/ under 'subject identifiers' the name for defining which subject identifier algorithms are supported it is called "supported_types", not "enabled" as in these pages.
  • Loading branch information
LemurP authored Mar 11, 2021
1 parent b248406 commit dd19b86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ layout:
```yaml
oidc:
subject_identifiers:
enabled:
supported_types:
- public
- pairwise
```
Expand All @@ -294,7 +294,7 @@ When `pairwise` is enabled, you must also set
```yaml
oidc:
subject_identifiers:
enabled:
supported_types:
- public
- pairwise
pairwise:
Expand Down
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-v1.9/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ layout:
```yaml
oidc:
subject_identifiers:
enabled:
supported_types:
- public
- pairwise
```
Expand All @@ -294,7 +294,7 @@ When `pairwise` is enabled, you must also set
```yaml
oidc:
subject_identifiers:
enabled:
supported_types:
- public
- pairwise
pairwise:
Expand Down

0 comments on commit dd19b86

Please sign in to comment.