(WAS v8.5.0.1)
OAuth 2.0 services
WebSphere Application Server OAuth services include both OAuth authorization service and web resource authorization decision service.
OAuth 2.0 authorization service provides all OAuth 2.0 protocol endpoint URLs, and is responsible for client authorization and token issuing.
Web resource authorization decision service is a combination of standard WebSphere Application Server J2EE security and WebSphere Application Server trusted association interceptors (TAI). When a client accesses a J2EE secured web resource, the OAuth TAI intercepts the request, validates the OAuth token, and maps the OAuth token to the WAS platform security subject. From then on, the client is assessed and authorized based on the authenticated subject.
Subtopics
- (WAS v8.5.0.1)
- Define an OAuth service provider
- (WAS v8.5.0.1)
- Create an OAuth service provider
- (WAS v8.5.0.1)
- Configure auto consent
- (WAS v8.5.0.1)
- Enable the system to use the OAuth 2.0 feature
- (WAS v8.5.0.1)
- OAuth endpoint URLs
- (WAS v8.5.0.1)
- Registering OAuth clients
- (WAS v8.5.0.1)
- OAuth TAI custom properties
- (WAS v8.5.0.1)
- OAuth (AdminTask)
- (WAS v8.5.0.1)
- OAuth MBeans
- (WAS v8.5.0.1)
- Dynamic cache objects for OAuth