This node is running with insecure access, so there is no credential exchange to perform.
Continue to UI } - else if (!Authentication.SupportsBasic) + else if (!Authentication.SupportsBasic && !Authentication.SupportsOAuthBrowserFlow) {This node does not advertise Basic authentication, so sign-in is delegated to the configured browser authentication flow.
- - +This node does not advertise Basic authentication or a browser OAuth flow.
+ @if (!string.IsNullOrWhiteSpace(Message)) + { +@Message
+ } } else { + @if (Authentication.SupportsOAuthBrowserFlow) + { +Use the configured browser sign-in flow for this node.
+ + @if (!string.IsNullOrWhiteSpace(Message)) + { +@Message
+ } + +