From d76d9d863df50218a427cf803530573e8dd1fab3 Mon Sep 17 00:00:00 2001 From: Zan Marolt Date: Fri, 9 Dec 2022 11:49:38 +0100 Subject: [PATCH] Add azure example to the documentation page (#2641) ## About the changes Noticed there is missing link to the azure sso implementation example. --- website/docs/reference/deploy/securing-unleash.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/reference/deploy/securing-unleash.md b/website/docs/reference/deploy/securing-unleash.md index 5fc5081678..6057346a49 100644 --- a/website/docs/reference/deploy/securing-unleash.md +++ b/website/docs/reference/deploy/securing-unleash.md @@ -56,3 +56,4 @@ Examples of custom authentication hooks: - [securing-google-auth](https://github.com/Unleash/unleash-examples/tree/main/v4/securing-google-auth) - [securing-basic-auth](https://github.com/Unleash/unleash-examples/tree/main/v4/securing-basic-auth) - [securing-keycloak-auth](https://github.com/Unleash/unleash-examples/tree/main/v4/securing-keycloak-auth) +- [securing-azure-auth](https://github.com/Unleash/unleash-examples/tree/main/v4/securing-azure-auth)