We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39289a3 commit a061cafCopy full SHA for a061caf
src/scitokens_internal.h
@@ -187,7 +187,7 @@ friend class scitokens::Validator;
187
m_claims["aud"] = std::string("ANY");
188
}
189
} else if (m_serialize_profile == Profile::WLCG_1_0) {
190
- m_claims["wlcg_ver"] = std::string("1.0");
+ m_claims["wlcg.ver"] = std::string("1.0");
191
auto iter = m_claims.find("aud");
192
if (iter == m_claims.end()) {
193
m_claims["aud"] = std::string("https://wlcg.cern.ch/jwt/v1/any");
0 commit comments