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

Token based auth specification #92

Closed plavjanik closed 4 years ago

plavjanik commented 4 years ago

Documents how API clients can do HTTP basic and token-based authentication against REST API services in Zowe.

The goal is to have same API that is in ZAAS available in the service too to preserve the same API for the clients.

Resolves #80