diff options
Diffstat (limited to 'src/rgw/rgw_web_idp.h')
-rw-r--r-- | src/rgw/rgw_web_idp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rgw/rgw_web_idp.h b/src/rgw/rgw_web_idp.h index 30bcebd804c..f4af38b08a0 100644 --- a/src/rgw/rgw_web_idp.h +++ b/src/rgw/rgw_web_idp.h @@ -16,7 +16,9 @@ struct WebTokenClaims { //Issuer of this token std::string iss; //Human-readable id for the resource owner - string user_name; + std::string user_name; + //Client Id + std::string client_id; }; }; /* namespace web_idp */ |