Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty SSO SAML
  • From: "Cantor, Scott" <cantor.2@xxxxxxx>
  • Date: Thu, 14 Oct 2021 12:25:44 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=osu.edu; dmarc=pass action=none header.from=osu.edu; dkim=pass header.d=osu.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=OBoq5gq+ISQgq3qRVyU90MfdospaaMT0iItnShOAD0M=; b=nX/Zom8ZJfLq6NMAWrR+hEFBhsArsA0HTS0Xxxa1CPK7X6NBNeZc8rff1X+3ofpF3Xh/WSWT86irsiFV1qodop6TRhWS5V99lPu5vtLAL+t/9Lss7xPkFCejzwmt/H/R+CmfRDg8/Lozwvd1na93eJKbapyzro8uzOXc7usB4a6RwjU0sW5cWJU52VPNjWveE4tegBC32pQXOCVGX0ec1Jaoq2HTkoCbrbxn7p0jvgMd/gipebEUxf1u2kfj4zZYG0j6jefXaRuf17uT+e2kvVyNf/QoPorAeji9y7WK9q99OojbufDOltzrfOdAzb9jTXfH0VKAmztu29rAF27xkA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=SQAUQ4/CjZULPUABo3+GOpWXiamcFLlp3tpcIaBi6O9dYOAChY1d0UkgIdoV6f0jRoudAjn0sLywEIq5RUmB/j/cpXHSqK1wAo7oNObrxnZkuGFkk0rWT7DmZRWtKwwtdaOw0LZjLYMjGeF1W2FPbelyHacDEo5pt8xAO2lIBHLM9wfiY5Ot2IqGmwQPGBQDW0TO842qsJzeXsOaBrvdEA2SeA+j7yjnQmlr9NFRGdE+gkQDUZXblW27KGBruYrBz6FQZJuPd39pyG3kbYP1DiwEOKoaBvepewpn7A6ceBgz3m1iEM0EYYV/rfM1ChT/q9G1RxSvi8sfkC8DxoaQiA==
  • Delivered-to: jetty-users@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jetty-users/>
  • List-help: <mailto:jetty-users-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXwH3Gx5VAhlyHEEa1qvVoOP8r46vSKSyA
  • Thread-topic: [jetty-users] Jetty SSO SAML
  • User-agent: Microsoft-MacOutlook/16.54.21101001

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
 


Back to the top