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 cba235f commit 3f24237Copy full SHA for 3f24237
src/dashboard/Synapse.Dashboard/Features/Workflows/WorkflowEditor/AuthenticationEditor.razor
@@ -166,7 +166,7 @@
166
{
167
AuthenticationScheme.Basic => new BasicAuthenticationProperties(),
168
AuthenticationScheme.Bearer => new BearerAuthenticationProperties(),
169
- AuthenticationScheme.OAuth2 => new BearerAuthenticationProperties(),
+ AuthenticationScheme.OAuth2 => new OAuth2AuthenticationProperties(),
170
_ => throw new NotSupportedException($"The specified {nameof(AuthenticationScheme)} '{a.Scheme}' is not supported")
171
};
172
});
0 commit comments