From 74ffa676152262ad5482583c29ecb6c0c94b6c41 Mon Sep 17 00:00:00 2001 From: Livio Amstutz Date: Mon, 7 Sep 2020 12:21:24 +0200 Subject: [PATCH] Update pkg/oidc/authorization.go Co-authored-by: Silvan --- pkg/oidc/authorization.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/oidc/authorization.go b/pkg/oidc/authorization.go index 867f530..a4157d3 100644 --- a/pkg/oidc/authorization.go +++ b/pkg/oidc/authorization.go @@ -30,7 +30,7 @@ const ( //This (optional) scope value requests access to the phone_number and phone_number_verified Claims. ScopePhone = "phone" - //ScopeOfflineAccess defines the scope `profile` + //ScopeOfflineAccess defines the scope `offline_access` //This (optional) scope value requests that an OAuth 2.0 Refresh Token be issued that can be used to obtain an Access Token //that grants access to the End-User's UserInfo Endpoint even when the End-User is not present (not logged in). ScopeOfflineAccess = "offline_access"