Skip to content

Commit 502a67e

Browse files
authored
update
1 parent db51567 commit 502a67e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/azure-signalr/signalr-tutorial-authenticate-azure-functions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,10 @@ When the chat app first opens in the browser, it requires valid connection crede
158158
name: 'connectionInfo',
159159
hubName: 'default',
160160
connectionStringSetting: 'AzureSignalRConnectionString',
161-
userId: '{query.x-ms-signalr-userid}'
162161
});
163162
164163
app.post('negotiate', {
165-
authLevel: 'function',
164+
authLevel: 'anonymous',
166165
handler: (request, context) => {
167166
return { body: JSON.stringify(context.extraInputs.get(inputSignalR)) }
168167
},

0 commit comments

Comments
 (0)