You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
IF IT IS A NEW FEATURE REQUEST, INCLUDE THIS PART:
Feature description
Heya,
Great package for OAuth2 in Xamarin, however, sometimes the service I am coinnecting to does not allow custom schema redirect urls. In these instances it's great to have the option of NOT using the nativeUI. Problem is that "Possible Forgery" error popup appears when the "state" query attribute is returned and is improperly handled. This can happen for a multitude of reasons I have found for products like Xero or MYOB for example.
I have thus extended OAuth2Authenticator class and overriden the OnPageRendered function to ignore the state query string check, however, if there was a switch that disabled this check it would be great.
Thanks and keep up the great work!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
IF IT IS A NEW FEATURE REQUEST, INCLUDE THIS PART:
Feature description
Heya,
Great package for OAuth2 in Xamarin, however, sometimes the service I am coinnecting to does not allow custom schema redirect urls. In these instances it's great to have the option of NOT using the nativeUI. Problem is that "Possible Forgery" error popup appears when the "state" query attribute is returned and is improperly handled. This can happen for a multitude of reasons I have found for products like Xero or MYOB for example.
I have thus extended OAuth2Authenticator class and overriden the OnPageRendered function to ignore the state query string check, however, if there was a switch that disabled this check it would be great.
Thanks and keep up the great work!
The text was updated successfully, but these errors were encountered: