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 bfaafa5 commit e1f41a6Copy full SHA for e1f41a6
jupyter_matlab_proxy/util/mw.py
@@ -78,7 +78,7 @@ async def fetch_expand_token(mwa_api_endpoint, identity_token, source_id):
78
data=aiohttp.FormData(
79
{
80
"tokenString": identity_token,
81
- "tokenPolicyName": "R1",
+ "tokenPolicyName": "R2",
82
"sourceId": source_id,
83
}
84
),
0 commit comments