keycloak-scim/securing_apps/topics/overview/supported-platforms.adoc

63 lines
1.4 KiB
Text
Raw Normal View History

2016-06-10 12:01:30 +00:00
=== Supported Platforms
2016-06-10 12:01:30 +00:00
==== OpenID Connect
2016-06-10 12:01:30 +00:00
===== Java
2017-08-28 12:50:14 +00:00
* <<_jboss_adapter,JBoss EAP>>
ifeval::[{project_community}==true]
* <<_jboss_adapter,WildFly>>
endif::[]
* <<_fuse_adapter,Fuse>>
ifeval::[{project_community}==true]
* <<_tomcat_adapter,Tomcat>>
* <<_jetty8_adapter,Jetty 8>>
endif::[]
* <<_servlet_filter_adapter,Servlet Filter>>
2017-12-21 10:36:08 +00:00
* <<_spring_boot_adapter,Spring Boot>>
2017-08-28 12:50:14 +00:00
ifeval::[{project_community}==true]
2017-12-21 10:36:08 +00:00
* <<_spring_security_adapter,Spring Security>>
endif::[]
2016-06-10 12:01:30 +00:00
===== JavaScript (client-side)
2017-08-28 12:50:14 +00:00
* <<_javascript_adapter,JavaScript>>
===== Node.js (server-side)
2017-08-28 12:50:14 +00:00
* <<_nodejs_adapter,Node.js>>
2017-08-28 12:50:14 +00:00
ifeval::[{project_community}==true]
2016-06-10 12:01:30 +00:00
==== C#
* https://github.com/dylanplecki/KeycloakOwinAuthentication[OWIN] (community)
2016-06-10 12:01:30 +00:00
==== Python
* https://pypi.org/project/oic/[oidc] (generic)
2016-06-10 12:01:30 +00:00
==== Android
* https://github.com/openid/AppAuth-Android[AppAuth] (generic)
* https://github.com/aerogear/aerogear-android-authz[AeroGear] (generic)
2016-06-10 12:01:30 +00:00
==== iOS
* https://github.com/openid/AppAuth-iOS[AppAuth] (generic)
* https://github.com/aerogear/aerogear-ios-oauth2[AeroGear] (generic)
2016-06-10 12:01:30 +00:00
===== Apache HTTP Server
2017-11-16 06:07:35 +00:00
* https://github.com/zmartzone/mod_auth_openidc[mod_auth_openidc]
2017-08-28 12:50:14 +00:00
endif::[]
2016-06-10 12:01:30 +00:00
==== SAML
2016-06-10 12:01:30 +00:00
===== Java
2017-08-28 12:50:14 +00:00
* <<_saml_jboss_adapter,JBoss EAP>>
ifeval::[{project_community}==true]
* <<_saml_jboss_adapter,WildFly>>
* <<_tomcat_adapter,Tomcat>>
* <<_jetty_saml_adapter,Jetty>>
endif::[]
===== Apache HTTP Server
2017-08-28 12:50:14 +00:00
* <<_mod_auth_mellon,mod_auth_mellon>>