Add openLogoutUri to add a custom redirect function on logout #353
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I am having an issue when using the logOut function inside a cordova container. The location.href call redirects the user to the standard Safari browser. But we are using an InAppBrowser which is called using window.open.
Instead of generating the logout Url by myself I want to have a custom function that gets called with the generated logout Url so I can handle it myself.
If no custom function is set, the standard location.href is used.
NOTE: I am aware of the noRedirectToLogoutUrl option. But we are using cookies so a request to the server/oauth provider is mandatory so the cookies are cleared properly in the InAppBrowser.