Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 32D6D200BF7 for ; Mon, 9 Jan 2017 15:08:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 318D8160B49; Mon, 9 Jan 2017 14:08:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 55B6C160B3B for ; Mon, 9 Jan 2017 15:08:03 +0100 (CET) Received: (qmail 32467 invoked by uid 500); 9 Jan 2017 14:07:59 -0000 Mailing-List: contact commits-help@openwebbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwebbeans.apache.org Delivered-To: mailing list commits@openwebbeans.apache.org Received: (qmail 32299 invoked by uid 99); 9 Jan 2017 14:07:59 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2017 14:07:59 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id E8FC03A0634 for ; Mon, 9 Jan 2017 14:07:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1777966 [1/2] - in /openwebbeans/cms-site/trunk/content/meecrowave/meecrowave-oauth2: index.html index.pdf Date: Mon, 09 Jan 2017 14:07:58 -0000 To: commits@openwebbeans.apache.org From: rmannibucau@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170109140758.E8FC03A0634@svn01-us-west.apache.org> archived-at: Mon, 09 Jan 2017 14:08:04 -0000 Author: rmannibucau Date: Mon Jan 9 14:07:58 2017 New Revision: 1777966 URL: http://svn.apache.org/viewvc?rev=1777966&view=rev Log: not up to date pages Modified: openwebbeans/cms-site/trunk/content/meecrowave/meecrowave-oauth2/index.html openwebbeans/cms-site/trunk/content/meecrowave/meecrowave-oauth2/index.pdf Modified: openwebbeans/cms-site/trunk/content/meecrowave/meecrowave-oauth2/index.html URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/meecrowave/meecrowave-oauth2/index.html?rev=1777966&r1=1777965&r2=1777966&view=diff ============================================================================== --- openwebbeans/cms-site/trunk/content/meecrowave/meecrowave-oauth2/index.html (original) +++ openwebbeans/cms-site/trunk/content/meecrowave/meecrowave-oauth2/index.html Mon Jan 9 14:07:58 2017 @@ -90,9 +90,160 @@

Here is the current configuration (mainly based on CXF one):

-
-

Unresolved directive in <stdin> - include::../../../../../target/generated-doc/OAuth2.adoc[]

-
+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescription

--oauth2-access-token-lifetime

How long an access token is valid, default to 3600s

--oauth2-block-unsecure-requests

Should unsecured requests be blocked

--oauth2-client-force

Is a client mandatory or can a token be issued without any client

--oauth2-default-scopes

Comma separated list of default scopes

--oauth2-encrypted-algorithm

The algorithm for the key for the encrypted provider

--oauth2-encrypted-key

The key for encrypted provider

--oauth2-invisible-scopes

Comma separated list of invisible to client scopes

--oauth2-jcache-config

JCache configuration uri for the cache manager (jcache or provider)

--oauth2-jcache-store-jwt-token-key-only

Should JCache store jwt token key only (jcache provider)

--oauth2-jpa-database-driver

JPA database driver for jpa provider

--oauth2-jpa-database-password

JPA database password for jpa provider

--oauth2-jpa-database-url

JPA database url for jpa provider

--oauth2-jpa-database-username

JPA database username for jpa provider

--oauth2-jpa-max-active

JPA max active connections for jpa provider

--oauth2-jpa-max-idle

JPA max idle connections for jpa provider

--oauth2-jpa-max-wait

JPA max wait for connections for jpa provider

--oauth2-jpa-properties

JPA persistence unit properties for jpa provider

--oauth2-jpa-test-on-borrow

should connections be tested on borrow for jpa provider

--oauth2-jpa-test-on-return

should connections be tested on return for jpa provider

--oauth2-jpa-validation-interval

validation interval for jpa provider

--oauth2-jpa-validation-query

validation query for jpa provider

--oauth2-jwt-access-token-claim-map

The jwt claims configuration

--oauth2-partial-match-scope-validation

Is partial match for scope validation activated

--oauth2-provider

Which provider type to use: jcache[-code], jpa[-code], encrypted[-code]

--oauth2-refresh-token

Is issuing of access token issuing a refreh token too

--oauth2-refresh-token-lifetime

How long a refresh token is valid, default to eternity (0)

--oauth2-refresh-token-recycling

Should refresh token be recycled

--oauth2-required-scopes

Comma separated list of required scopes

--oauth2-support-pre-authorized-tokens

Are pre-authorized token supported

--oauth2-support-public-client

Are public clients supported

--oauth2-use-all-client-scopes

Are all client scopes used for refresh tokens

--oauth2-use-jaas

Should jaas be used - alternative (default) is to delegate to meecrowave/tomcat realms

--oauth2-use-jwt-format-for-access-token

Should access token be jwt?

--oauth2-write-custom-errors

Should custom errors be written

--oauth2-write-optional-parameters

Should optional parameters be written

These options are available through the CLI or through properties as usually with Meecrowave configuration.