Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): Set Permalink URL to AuthenticationSession struct #2046

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/oathkeeper/pipeline/mutator.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ For more details please check [Session variables](../pipeline.md#session)
This mutator allows for fetching additional data from external APIs, which can be then used by other mutators. It works by making
an upstream HTTP call to an API specified in the **Per-Rule Configuration** section below. The request is a POST request and it
contains JSON representation of
[AuthenticationSession](https://github.com/ory/oathkeeper/blob/master/pipeline/authn/authenticator.go#L39) struct in body, which
is:
[AuthenticationSession](https://github.com/ory/oathkeeper/blob/5a385d45bb84bace3fe9f8143ddf55b90c4cc1d5/pipeline/authn/authenticator.go#L45)
struct in body, which is:

```json
{
Expand Down
Loading