Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty SSO SAML

If you can switch to OpenID Connect, you have out-of-the-box support in Jetty for that protocol.

On Thu, Oct 14, 2021 at 2:25 PM Cantor, Scott <cantor.2@xxxxxxx> wrote:
On 10/13/21, 6:00 PM, "jetty-users on behalf of Padraic Renaghan via jetty-users" <jetty-users-bounces@xxxxxxxxxxx on behalf of jetty-users@xxxxxxxxxxx> wrote:

>    Anyway, looking for pointers on setting up SAML SSO Single Sign-On with
>    Jetty.

The best option is Apache in front because that allows the use of more compliant and properly designed SAML SPs. The second best is probably pac4j as a solution, but there are no "standard" ways to do SAML in Java because there are no standard ways to do server-side web authentication in Java other than the worst one of all, which was JAAS (a desktop standard mis-applied to servers).

-- Scott


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Back to the top