From 32e95701161f7a49a4cab7be20dd207f17b7906c Mon Sep 17 00:00:00 2001 From: Ahmed ElRefaey Date: Wed, 4 Jul 2018 14:56:29 +0200 Subject: [PATCH] Fix a breoken link in the oidc readme Fixed a broken link to An overview of OpenID Connect --- Documentation/connectors/oidc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/connectors/oidc.md b/Documentation/connectors/oidc.md index 76b4e457..56bedd90 100644 --- a/Documentation/connectors/oidc.md +++ b/Documentation/connectors/oidc.md @@ -2,7 +2,7 @@ ## Overview -Dex is able to use another OpenID Connect provider as an authentication source. When logging in, dex will redirect to the upstream provider and perform the necessary OAuth2 flows to determine the end users email, username, etc. More details on the OpenID Connect protocol can be found in [_An overview of OpenID Connect_][oidc-doc]. +Dex is able to use another OpenID Connect provider as an authentication source. When logging in, dex will redirect to the upstream provider and perform the necessary OAuth2 flows to determine the end users email, username, etc. More details on the OpenID Connect protocol can be found in [_An overview of OpenID Connect_](../openid-connect.md). Prominent examples of OpenID Connect providers include Google Accounts, Salesforce, and Azure AD v2 ([not v1][azure-ad-v1]).