From d9c4327d68e7b35fa999630f20ca790fd47b3b60 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 14 Mar 2019 03:00:44 +0200 Subject: [PATCH] Updated OAuth2 (markdown) --- OAuth2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OAuth2.md b/OAuth2.md index 2d3ded0..75ad90a 100644 --- a/OAuth2.md +++ b/OAuth2.md @@ -154,7 +154,7 @@ If you need more info, they are at bottom of the page Advanced Settings / Endpo Rule Name: Encrich Wekan login ``` function (user, context, callback) { - // Only use this rule for Auth0 Dashboard / Applications / Application name + // Only use this rule for Auth0 Dashboard / Applications / WekanApplication if(context.clientName !== 'WekanApplication'){ return callback(null, user, context); }