keycloak-scim/securing_apps/topics/saml/java/jetty-adapter.adoc

8 lines
305 B
Text
Raw Normal View History

2016-06-06 17:25:58 +00:00
[[_jetty_saml_adapter]]
2016-06-07 06:18:06 +00:00
2016-06-02 16:07:45 +00:00
==== Jetty SAML Adapters
2017-08-28 12:50:14 +00:00
To be able to secure WAR apps deployed on Jetty you must install the {project_name} Jetty 9.x or 8.x SAML adapter into your Jetty installation.
2016-06-02 16:07:45 +00:00
You then have to provide some extra configuration in each WAR you deploy to Jetty.
Let's go over these steps.