OAuth
This feature enables web applications to integrate OAuth 2.0 for authenticating and authorizing users.
Enabling this feature
To enable the OAuth feature, add the following element declaration inside the featureManager element in your
server.xml file:
<feature>oauth-2.0</feature>
Developing a feature that depends on this feature
If you are developing a feature that depends on the OAuth feature, include the following item in the Subsystem-Content header in the feature manifest file for your new feature:
com.ibm.websphere.appserver.oauth-2.0; type="osgi.subsystem.feature"
Features that this feature enables
- appSecurity-2.0 - Application Security 2.0
- distributedMap-1.0 - Distributed Map interface for Dynamic Caching
- json-1.0 - JavaScript Object Notation for Java
- jsp-2.2 - JavaServer Pages 2.2
- jsp-2.3 - JavaServer Pages 2.3
- ldapRegistry-3.0 - LDAP User Registry
- servlet-3.0 - Java Servlets 3.0
- servlet-3.1 - Java Servlets 3.1
- ssl-1.0 - Secure Socket Layer
Features that enable this feature
IBM API packages provided by this feature
SPI packages provided by this feature
Feature configuration elements
You can use the following elements in your server.xml file to configure the OAuth feature: