Author: kwall
Date: Mon Mar 21 10:09:23 2016
New Revision: 1735938
URL: http://svn.apache.org/viewvc?rev=1735938&view=rev
Log:
QPID-7152: [Java Broker Documentation] Correct typo in new OAuth2 docs
Modified:
qpid/java/trunk/doc/java-broker/src/docbkx/Java-Broker-Introduction.xml
qpid/java/trunk/doc/java-broker/src/docbkx/security/Java-Broker-Security-Authentication-Providers-OAuth2.xml
Modified:
qpid/java/trunk/doc/java-broker/src/docbkx/Java-Broker-Introduction.xml
URL:
http://svn.apache.org/viewvc/qpid/java/trunk/doc/java-broker/src/docbkx/Java-Broker-Introduction.xml?rev=1735938&r1=1735937&r2=1735938&view=diff
==============================================================================
--- qpid/java/trunk/doc/java-broker/src/docbkx/Java-Broker-Introduction.xml
(original)
+++ qpid/java/trunk/doc/java-broker/src/docbkx/Java-Broker-Introduction.xml Mon
Mar 21 10:09:23 2016
@@ -59,7 +59,7 @@
</listitem>
<listitem>
<para>Pluggable authentication architecture with out-of-the-box support
for Kerberos, LDAP,
- External, and file-based authentication mechanisms.</para>
+ External, OAuth2, and file-based authentication mechanisms.</para>
</listitem>
<listitem>
<para>Support for message compression</para>
Modified:
qpid/java/trunk/doc/java-broker/src/docbkx/security/Java-Broker-Security-Authentication-Providers-OAuth2.xml
URL:
http://svn.apache.org/viewvc/qpid/java/trunk/doc/java-broker/src/docbkx/security/Java-Broker-Security-Authentication-Providers-OAuth2.xml?rev=1735938&r1=1735937&r2=1735938&view=diff
==============================================================================
---
qpid/java/trunk/doc/java-broker/src/docbkx/security/Java-Broker-Security-Authentication-Providers-OAuth2.xml
(original)
+++
qpid/java/trunk/doc/java-broker/src/docbkx/security/Java-Broker-Security-Authentication-Providers-OAuth2.xml
Mon Mar 21 10:09:23 2016
@@ -23,7 +23,7 @@
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
xml:id="Java-Broker-Security-OAuth2-Provider">
<title>OAuth2</title>
- <para> This authentication provider allows users to login to the broker
using credential from a different service supporting OAuth2.
+ <para> This authentication provider allows users to login to the broker
using credentials from a different service supporting OAuth2.
Unfortunately, the <link xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="https://www.rfc-editor.org/rfc/rfc6749.txt">OAuth2
specification</link> does not define a standard why to get the identity of a
subject from an access token.
However, most OAuth2 implementations provide such functionality,
although in different ways. Qpid handles this by providing so called
IdentityResolvers.
Currently the following services are supported:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]