fix version number issue
This commit is contained in:
parent
f4ac96a537
commit
2d7cbef2b6
3 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@
|
|||
"title": "Securing Applications and Services Guide",
|
||||
"project": {
|
||||
"name": "Red Hat Single Sign-On",
|
||||
"version": "7.1.0",
|
||||
"version": "7.1",
|
||||
"versionMvn": "2.4.0.Final-redhat-1",
|
||||
"doc_base_url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/",
|
||||
"doc_info_version_url": "7.1-Beta"
|
||||
"doc_info_version_url": "7.1"
|
||||
},
|
||||
"community": false,
|
||||
"product": true,
|
||||
|
|
|
@ -22,7 +22,7 @@ This is based on the https://tools.ietf.org/html/rfc7523[RFC7523] specification.
|
|||
|
||||
* The client must have the private key and certificate. For {{book.project.name}} this is available through the traditional `keystore` file, which is either available on the client application's classpath or somewhere on the file system.
|
||||
|
||||
* Once the client application is started, it allows to download it's public key in https://self-issued.info/docs/draft-ietf-jose-json-web-key.html[JWKS] format using a URL such as \http://myhost.com/myapp/k_jwks, assuming that \http://myhost.com/myapp is the base URL of your client application. This URL can be used by {{book.project.name}} (see below).
|
||||
* Once the client application is started, it allows to download its public key in https://self-issued.info/docs/draft-ietf-jose-json-web-key.html[JWKS] format using a URL such as \http://myhost.com/myapp/k_jwks, assuming that \http://myhost.com/myapp is the base URL of your client application. This URL can be used by {{book.project.name}} (see below).
|
||||
|
||||
* During authentication, the client generates a JWT token and signs it with its private key and sends it to {{book.project.name}} in
|
||||
the particular backchannel request (for example, code-to-token request) in the `client_assertion` parameter.
|
||||
|
|
|
@ -70,7 +70,7 @@ cd /path-to-fuse/jboss-fuse-6.3.0.redhat-198
|
|||
unzip -q /path-to-adapter-zip/keycloak-fuse-adapter-dist-2.5.4.Final.zip
|
||||
{% endif %}
|
||||
{% if book.product %}
|
||||
unzip -q /path-to-adapter-zip/rh-sso-{{book.project.version}}-fuse-adapter.zip
|
||||
unzip -q /path-to-adapter-zip/rh-sso-7.1.0-fuse-adapter.zip
|
||||
{% endif %}
|
||||
----
|
||||
. Start Fuse and run these commands in the fuse/karaf terminal:
|
||||
|
|
Loading…
Reference in a new issue