Skip to content
Open
Changes from 1 commit
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
7 changes: 3 additions & 4 deletions docs/janssen-server/auth-server/endpoints/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,10 @@ server for end user authentication.

## Customizing using Interception Scripts

[Interception scripts](../../developer/interception-scripts.md) allows
[Interception scripts](../../../janssen-server/developer/scripts/README.md) allows
flexibility to configure and customize multiple aspects in Janssen Server. For example, see this documentation to learn
how [person authentication](../../developer/scripts/person-authentication.md)
and [consent gathering](../../developer/scripts/consent-gathering.md) can be
customized using interception scripts.
how [person authentication](../../../script-catalog/person_authentication/person-authentication.md)
and [consent gathering](../../../script-catalog/consent_gathering/consent-gathering.md) can be

## Want to contribute?

Expand Down