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
The NoopAuthManager reports its authenticate scheme (X-WWW-Authenticate response header) as Basic - we could change this on the backend to be some other value to differentiate it from Basic auth. It could respond with None, for example, which is also what the Apache HTTP server responds with in a similar scenario. I think we could then implement a NoopAuth frontend component that just immediately calls its onSubmit prop on load. What do you think?
The
NoopAuthManager
reports its authenticate scheme (X-WWW-Authenticate
response header) asBasic
- we could change this on the backend to be some other value to differentiate it from Basic auth. It could respond withNone
, for example, which is also what the Apache HTTP server responds with in a similar scenario. I think we could then implement a NoopAuth frontend component that just immediately calls itsonSubmit
prop on load. What do you think?Originally posted by @andrewazores in cryostatio/cryostat-web#321 (comment)
The text was updated successfully, but these errors were encountered: