Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the REST API token-based security requirements for Zowe API services #80

Closed
2 tasks done
plavjanik opened this issue Nov 18, 2019 · 0 comments · Fixed by #92
Closed
2 tasks done

Document the REST API token-based security requirements for Zowe API services #80

plavjanik opened this issue Nov 18, 2019 · 0 comments · Fixed by #92
Assignees
Labels
Feature: API Security Work needed to achieve support for Zowe APIML token authentication in API services Priority: High Status: Accepted

Comments

@plavjanik
Copy link
Contributor

plavjanik commented Nov 18, 2019

  • Migrate guidance on Exposing Functions of ESM Microservice to REST API Callers to Zowe and update it so it is in conformance with current APIML implementation and ZAAS
    • Describes authentication from the perspective of the API client
      • Format of the responses when a client tries to access a protected endpoint without proper authentication (what are the expected headers and cookies for token-based authentication)
      • Format of accessing endpoints with HTTP basic authentication
      • Unified API to obtain a token from the REST API service
      • Format of accessing endpoints with the token
  • The requirements include:
    • Format of the responses when a client tries to access a protected endpoint without proper authentication
    • Format of accessing endpoints with HTTP basic authentication
    • Unified API to obtain a token from the REST API service
    • Format of accessing endpoints with the token
@plavjanik plavjanik added this to To do in SDK 2.0.0 via automation Nov 18, 2019
@plavjanik plavjanik changed the title Document the REST API security requirements for Zowe API services Document the REST API token-based security requirements for Zowe API services Nov 25, 2019
@plavjanik plavjanik added Feature: API Security Work needed to achieve support for Zowe APIML token authentication in API services Status: In Progress labels Nov 26, 2019
@plavjanik plavjanik self-assigned this Nov 29, 2019
SDK 2.0.0 automation moved this from To do to Done Dec 14, 2019
@plavjanik plavjanik added this to Done in SDK 1.0.0 Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: API Security Work needed to achieve support for Zowe APIML token authentication in API services Priority: High Status: Accepted
Projects
SDK 1.0.0
  
Done
SDK 2.0.0
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant