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

73 lines
2.4 KiB
Text
Raw Normal View History

== Supported Platforms
=== OpenID Connect
==== Java
2016-06-03 07:05:27 +00:00
* <<fake/../../oidc/java/jboss-adapter.adoc#_jboss_adapter,JBoss EAP>>
{% if book.community %}
2016-06-03 07:05:27 +00:00
* <<fake/../../oidc/java/jboss-adapter.adoc#_jboss_adapter,WildFly>>
{% endif %}
2016-06-03 07:05:27 +00:00
* <<fake/../../oidc/java/fuse-adapter.adoc#_fuse_adapter,Fuse>>
{% if book.community %}
2016-06-03 07:05:27 +00:00
* <<fake/../../oidc/java/tomcat-adapter.adoc#_tomcat_adapter,Tomcat>>
* <<fake/../../oidc/java/jetty9-adapter.adoc#_jetty9_adapter,Jetty 9>>, <<fake/../../oidc/java/jetty8-adapter.adoc#_jetty8_adapter,Jetty 8>>
{% endif %}
2016-06-03 07:05:27 +00:00
* <<fake/../../oidc/java/servlet-filter-adapter.adoc#_servlet_filter_adapter,Servlet Filter>>
{% if book.community %}
2016-06-03 07:05:27 +00:00
* <<fake/../../oidc/java/spring-security-adapter.adoc#_spring_security_adapter,Spring Security>> (community)
* <<fake/../../oidc/java/spring-boot-adapter.adoc#_spring_boot_adapter,Spring Boot>> (community)
{% endif %}
==== JavaScript (client-side)
2016-06-03 07:05:27 +00:00
* <<fake/../../oidc/javascript-adapter.adoc#_javascript_adapter,JavaScript>>
=== Apache Cordova
2016-06-03 07:05:27 +00:00
* <<fake/../../oidc/javascript-adapter.adoc#_javascript_adapter,JavaScript>>
{% if book.community %}
==== Node.js
2016-06-09 12:33:42 +00:00
* https://github.com/keycloak/keycloak-nodejs-connect[{{book.project.name}} Connect] (community)
* https://github.com/keycloak/keycloak-nodejs-connect[{{book.project.name}} Auth Utils] (community)
{% endif %}
{% if book.community %}
=== C#
* https://github.com/dylanplecki/KeycloakOwinAuthentication[OWIN] (community)
{% endif %}
{% if book.community %}
=== Python
* https://pypi.python.org/pypi/python-openid/[python-openid] (generic)
{% endif %}
{% if book.community %}
=== Android
* https://github.com/openid/AppAuth-Android[AppAuth] (generic)
* https://github.com/aerogear/aerogear-android-authz[AeroGear] (generic)
{% endif %}
{% if book.community %}
=== iOS
* https://github.com/openid/AppAuth-iOS[AppAuth] (generic)
* https://github.com/aerogear/aerogear-ios-oauth2[AeroGear] (generic)
{% endif %}
{% if book.community %}
==== Apache HTTP Server
* https://github.com/pingidentity/mod_auth_openidc[mod_auth_openidc]
{% endif %}
=== SAML
==== Java
2016-06-03 07:05:27 +00:00
* <<fake/../../saml/java/jboss-adapter.adoc#_jboss_adapter,JBoss EAP>>
{% if book.community %}
2016-06-03 07:05:27 +00:00
* <<fake/../../saml/java/jboss-adapter.adoc#_jboss_adapter,WildFly>>
* <<fake/../../saml/java/tomcat-adapter.adoc#_tomcat_adapter,Tomcat>>
2016-06-06 17:25:58 +00:00
* <<fake/../../saml/java/jetty-adapter.adoc#_jetty_saml_adapter,Jetty>>
{% endif %}
==== Apache HTTP Server
* https://github.com/UNINETT/mod_auth_mellon[mod_auth_mellon]