AppAuthWebView-Android
AppAuthWebView-Android copied to clipboard
Using AppAuth library with a webview
What value should be pass in logout redirect uri?
could we add setPrompt("login") to AuthorizationRequest.Builder?
I need to implement the refresh token, my test server takes 30 minutes to expire the token, I can automatically detect the expiration status of the token to call the...
- sharedPreferenceame: it's possible to set a custom name for the shared preference file; - use post or basic client authentication method;
Hello I have a web application that uses the Webauthn (U2F), everything works fine, except that I call the application via a webview of an Android application! The U2F request...
the AuthorizationService created inside AppAuthWebView should be disposed when not used anymore otherwise it creates a leak. also, the service creates a binding to a CustomTabManager which may be problematic...
I'm getting this error message after login attempt: State returned in authorization response (null) does not match state from request (LmczCxPhXNzO5gJLoR8vjw) - discarding response What does this mean? What could...
Is there a way to get http errors to trickle up to the fragment handling the webview and AppAuthWebView ?
shouldn't the mWebView show the redirect page? at the moment, if the isRedirect is true, then the loading page is seen instead of the final page.