okta / okta-oidc-xamarin

Okta OIDC SDK for Xamarin
https://github.com/okta/okta-oidc-xamarin
Apache License 2.0
10 stars 11 forks source link

RevokeAsync method does not revoke the token if AuthorizationServerId is anything other than "default". #54

Closed bryanapellanes-okta closed 3 years ago

bryanapellanes-okta commented 3 years ago

@bryanapellanes-okta The RevokeAsync method does not revoke the token if we use AuthorizationServerId other than "default". Also is there a way to pass token to OktaContext.Current.RevokeAsync method?

Originally posted by @PBhuva in https://github.com/okta/okta-oidc-xamarin/issues/43#issuecomment-888222408

bryanapellanes-okta commented 3 years ago

After closer review of the code I've opened #58 to resolve this issue. Please track that issue for progress on a fix.