Merge pull request #54 from ccopelloRH/RH622_RH623_RH624_RH625_RH613

Rh622 rh623 rh624 rh625 rh613
This commit is contained in:
ccopelloRH 2016-11-29 17:22:35 -05:00 committed by GitHub
commit e6f7832e15
4 changed files with 14 additions and 15 deletions

View file

@ -118,6 +118,7 @@ expose-token::
The default value is _false_. The default value is _false_.
credentials:: credentials::
Not required for public clients or where the client is "bearer-only."
Specify the credentials of the application. This is an object notation where the key is the credential type and the value is the value of the credential type. Specify the credentials of the application. This is an object notation where the key is the credential type and the value is the value of the credential type.
Currently `password` and `jwt` is supported. Currently `password` and `jwt` is supported.
This is _REQUIRED_. This is _REQUIRED_.

View file

@ -1,5 +1,5 @@
[[_jboss_adapter]] [[_jboss_adapter]]
{% if book.community %} {% if book.community %}
==== JBoss EAP/Wildfly Adapter ==== JBoss EAP/Wildfly Adapter
{% endif %} {% endif %}

View file

@ -27,7 +27,7 @@
===== Node.js (server-side) ===== Node.js (server-side)
* <<fake/../../oidc/nodejs-adapter.adoc#_nodejs_adapter,Node.js>> * <<fake/../../oidc/nodejs-adapter.adoc#_nodejs_adapter,Node.js>>
===== Apache Cordova ===== JavaScript
* <<fake/../../oidc/javascript-adapter.adoc#_javascript_adapter,JavaScript>> * <<fake/../../oidc/javascript-adapter.adoc#_javascript_adapter,JavaScript>>
{% if book.community %} {% if book.community %}
@ -76,4 +76,4 @@
===== Apache HTTP Server ===== Apache HTTP Server
* https://github.com/UNINETT/mod_auth_mellon[mod_auth_mellon] * <<fake/../../saml/mod-auth-mellon.adoc#,mod_auth_mellon>>

View file

@ -16,5 +16,3 @@ To be able to secure WAR apps deployed on JBoss EAP, you must install and config
You then provide a keycloak config, `/WEB-INF/keycloak-saml.xml` file in your WAR and change the auth-method to KEYCLOAK-SAML within web.xml. You then provide a keycloak config, `/WEB-INF/keycloak-saml.xml` file in your WAR and change the auth-method to KEYCLOAK-SAML within web.xml.
Both methods are described in this section. Both methods are described in this section.