Skip to content

Commit e1f41a6

Browse files
committed
SSO fix: Switch to using R2 policy
1 parent bfaafa5 commit e1f41a6

File tree

1 file changed

+1
-1
lines changed
  • jupyter_matlab_proxy/util

1 file changed

+1
-1
lines changed

jupyter_matlab_proxy/util/mw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async def fetch_expand_token(mwa_api_endpoint, identity_token, source_id):
7878
data=aiohttp.FormData(
7979
{
8080
"tokenString": identity_token,
81-
"tokenPolicyName": "R1",
81+
"tokenPolicyName": "R2",
8282
"sourceId": source_id,
8383
}
8484
),

0 commit comments

Comments
 (0)