AppAuthWebView-Android icon indicating copy to clipboard operation
AppAuthWebView-Android copied to clipboard

Using AppAuth library with a webview

Results 10 AppAuthWebView-Android issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

Hi, how to add an additional parameter to the auth url?

enhancement

Is there a way to get http errors to trickle up to the fragment handling the webview and AppAuthWebView ?

enhancement

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.