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
With the introduction of authorization_realm (and existing run_as) functionality, it would be helpful to be able to configure a realm to perform lookup only, but not authenticate.
The proposed design is to add a authentication.enabled flag in the config (default true), which would be readby RealmConfig, and then when authenticating, the AuthenticationService would skip any realms for which the config's isAuthenticationEnabled method returned false.
The text was updated successfully, but these errors were encountered:
With the introduction of
authorization_realm
(and existingrun_as
) functionality, it would be helpful to be able to configure a realm to perform lookup only, but not authenticate.See: #33262 (comment)
The proposed design is to add a
authentication.enabled
flag in the config (defaulttrue
), which would be readbyRealmConfig
, and then when authenticating, theAuthenticationService
would skip any realms for which the config'sisAuthenticationEnabled
method returnedfalse
.The text was updated successfully, but these errors were encountered: