aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/plugin_rest_openid_connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/plugin_rest_openid_connect.c')
-rw-r--r--src/reclaim/plugin_rest_openid_connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reclaim/plugin_rest_openid_connect.c b/src/reclaim/plugin_rest_openid_connect.c
index 6db494433..2f44917c9 100644
--- a/src/reclaim/plugin_rest_openid_connect.c
+++ b/src/reclaim/plugin_rest_openid_connect.c
@@ -1155,7 +1155,7 @@ attr_in_claims_request (struct RequestHandle *handle,
1155 const char *key; 1155 const char *key;
1156 json_t *value; 1156 json_t *value;
1157 1157
1158 /** Check if attribute is requested through standard scope **/ 1158 /** Check if attribute is requested through a scope **/
1159 if (GNUNET_YES == OIDC_check_scopes_for_claim_request (handle->oidc->scope, 1159 if (GNUNET_YES == OIDC_check_scopes_for_claim_request (handle->oidc->scope,
1160 attr_name)) 1160 attr_name))
1161 return GNUNET_YES; 1161 return GNUNET_YES;