From 1350ec113a9b97b37ff872dc77b2714d171f6005 Mon Sep 17 00:00:00 2001 From: smessie Date: Tue, 2 Aug 2022 16:13:21 +0200 Subject: [PATCH] docs: Fix link to Identity Provider section --- documentation/markdown/client-credentials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/markdown/client-credentials.md b/documentation/markdown/client-credentials.md index f3e80dd86..be42ccc06 100644 --- a/documentation/markdown/client-credentials.md +++ b/documentation/markdown/client-credentials.md @@ -2,7 +2,7 @@ One potential issue for scripts and other applications is that it requires user interaction to log in and authenticate. The CSS offers an alternative solution for such cases by making use of Client Credentials. -Once you have created an account as described in the [Identity Provider section](dependency-injection.md), +Once you have created an account as described in the [Identity Provider section](identity-provider.md), users can request a token that apps can use to authenticate without user input. All requests to the client credentials API currently require you