zowe / sample-spring-boot-api-service

Zowe REST API service SDK and sample API service that integrates with Zowe API Mediation Layer
Other
26 stars 18 forks source link

Use the ZAAS Spring Client library when it is selected in the service configuration and document configuration steps #83

Open plavjanik opened 4 years ago

plavjanik commented 4 years ago

The goal is to enable simple integration with Zowe Authentication and Authorization Service to enable authentication and authorization.

This should be turned on by one configuration property and then ZAAS will be used instead of built-in security in SDK.

Depends on https://github.com/zowe/api-layer/issues/424