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

Zaas client logout functionality #808

Closed
jandadav opened this issue Aug 31, 2020 · 2 comments · Fixed by #823
Closed

Zaas client logout functionality #808

jandadav opened this issue Aug 31, 2020 · 2 comments · Fixed by #823
Assignees
Labels
enhancement New feature or request Priority: High

Comments

@jandadav
Copy link
Contributor

Describe the solution you'd like
I would like to be able to logout tokens i have obtained through ZAAS client without having to resort to calling APIML's rest api myself. ZAAS client does not support logging off function, while APIML does.

@jandadav jandadav added enhancement New feature or request new New issue that has not been worked on yet and removed new New issue that has not been worked on yet labels Aug 31, 2020
@jandadav jandadav assigned jalel01 and unassigned jalel01 Aug 31, 2020
@jandadav jandadav added the new New issue that has not been worked on yet label Aug 31, 2020
@balhar-jakub
Copy link
Member

So the aim is to add a new method to the API of the ZAAS Client with following signature:

void logout(String jwtToken) throws ZaasClientException;

and the behavior of the method would be to invalidate the proposed JWT Token, at least on the Gateway and if possible also via zOSMF. Do I understand it correctly?

@balhar-jakub balhar-jakub removed the new New issue that has not been worked on yet label Sep 1, 2020
@achmelo achmelo assigned achmelo and taban03 and unassigned achmelo Sep 9, 2020
@taban03
Copy link
Contributor

taban03 commented Sep 17, 2020

The issue has been closed since the implementation has been merged into master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority: High
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants