Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Composite Authenticator implementations?

Hi!

I want to support multiple ways to authenticate users, which may be clients(browsers) and other servers. For example: JWT token, Bearer header, client certs, SSO cookie tokens. What is a good strategy for doing this? Would it be possible to create a delegating Authenticator with all of the above as options? Has anyone done anything like this before?

thanks, Rickard


Back to the top