From f54d8199f39ba671c8f4678a2b662b1d9d8cb425 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sat, 28 Jan 2017 20:54:15 +0530 Subject: [PATCH] readme: link to https://www.authentiq.com/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a275f556..fa243946 100644 --- a/README.md +++ b/README.md @@ -675,7 +675,7 @@ For example, if your cas server url is `https://sso.example.com`, then adding `- #### Authentiq -To enable the Authentiq OmniAuth provider for passwordless authentication you must register an application with Authentiq. Please refer to the GitLab [documentation](https://docs.gitlab.com/ce/administration/auth/authentiq.html) for the procedure to generate the client ID and secret key with Authentiq. +To enable the Authentiq OmniAuth provider for passwordless authentication you must register an application with [Authentiq](https://www.authentiq.com/). Please refer to the GitLab [documentation](https://docs.gitlab.com/ce/administration/auth/authentiq.html) for the procedure to generate the client ID and secret key with Authentiq. Once you have the API client id and client secret generated, configure them using the `OAUTH_AUTHENTIQ_CLIENT_ID` and `OAUTH_AUTHENTIQ_CLIENT_SECRET` environment variables respectively.