You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Description": "Admins can read any user's todo list"
39
-
},
40
-
{
41
-
"AllowedMemberTypes": [
42
-
"User"
43
-
],
44
-
"Name": "TaskUser",
45
-
"Description": "Users can read and modify their todo lists"
46
-
}
47
-
],
48
-
"ManualSteps": [
49
-
{
50
-
"Comment": "To receive the 'roles' claim with the name of the app roles this user is assigned to, make sure that the user accounts you plan to sign-in to this app is assigned to the app roles of this SPA app. The guide, https://aka.ms/userassignmentrequired provides step by step instructions."
51
-
},
52
-
{
53
-
"Comment": "Or you can run the .\\CreateUsersAndAssignRoles.ps1 command to automatically create a number of users, and assign these users to the app roles of this app."
"Description": "Admins can read any user's todo list"
51
+
},
52
+
{
53
+
"AllowedMemberTypes": [
54
+
"User"
55
+
],
56
+
"Name": "TaskUser",
57
+
"Description": "Users can read and modify their todo lists"
58
+
}
59
+
],
60
+
"OptionalClaims": {
61
+
"IdTokenClaims": [
62
+
"acct"
63
+
]
64
+
},
65
+
"ManualSteps": [
66
+
{
67
+
"Comment": "To receive the 'roles' claim with the name of the app roles this user is assigned to, make sure that the user accounts you plan to sign-in to this app is assigned to the app roles of this SPA app. The guide, https://aka.ms/userassignmentrequired provides step by step instructions."
68
+
},
69
+
{
70
+
"Comment": "Or you can run the .\\CreateUsersAndAssignRoles.ps1 command to automatically create a number of users, and assign these users to the app roles of this app."
0 commit comments