From d8aff62647736c3f17ff15989ec9f90b48efe1c4 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 29 Nov 2019 12:44:46 +0100 Subject: afb-context & afb-token: rework token validation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Validation of token is now linked to backend permission database. Bug-AGL: SPEC-2968 Signed-off-by: José Bollo Change-Id: I30b049f92b8324740abecbb9539f7413ad55f7ec --- src/afb-permission-text.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/afb-permission-text.c') diff --git a/src/afb-permission-text.c b/src/afb-permission-text.c index 21069df8..43ce530a 100644 --- a/src/afb-permission-text.c +++ b/src/afb-permission-text.c @@ -18,3 +18,4 @@ #include "afb-permission-text.h" const char afb_permission_on_behalf_credential[] = "urn:AGL:permission:*:partner:on-behalf-credentials"; +const char afb_permission_token_valid[] = "urn:AGL:token:valid"; -- cgit 1.2.3-korg