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

Token revocation rfc7009 #630

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

carayolthomas
Copy link

This PR implements the rfc7009.

Token revocation is available on iOS thanks to the OIDEndSessionRequest. However, on tvOS, AppAuth doesn't have anything to really logout a user. In such cases, it appears that AppAuth should give us (developers) a way to revoke accessToken and refreshToken.

This first commit is about parsing the revocation_endpoint if it exists during the discovery phase.

The second commit implements the OIDRevokeTokenRequest and OIDRevokeTokenResponse to be able to revoke tokens from the OIDTVAuthorizationService.

@retendo
Copy link

retendo commented Jan 26, 2023

Any progress on this? I would be interested to have that feature in the library.
Are there any recommendations to support the revocation endpoint with the current version?

@ChrisProlls
Copy link

Up !
No news on that ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants