Alexandru Gologan

Results 94 comments of Alexandru Gologan

From our README: > Using the package name of your app is quite common but it's not always possible if it contains illegal characters for URI schemes (like underscores) or...

You could get configuration from instance (`mConfiguration`) otherwise looks good. _Please sign the OpenID CLA so I can merge this. See: https://github.com/openid/AppAuth-Android/blob/master/CONTRIBUTING.md Once you've signed it and sent it to...

You can call `update` on `AuthState` with the latest token response. I don't know how your app's structured but I'd recommend against mixing the two contexts (native and the SPA)...

You've probably figured this out by now, but the only dummy part of the `AuthorizationResponse` is the associated `request` which in your case is done in angular, otherwise the rest...

Please provide more information how you've integrated AppAuth into your project. Just stating Unity is not enough information to help with your integration.

Sorry when I asked about the integration I wanted to know how you defined your `AndroidManifest.xml` (probably the one in `Assets/Plugins/Android/`) or how you've defined the appAuthRedirectScheme **manifestPlaceholder** required by...

Just a guess but try removing `android:launchMode="singleTask"`

Both scenarios are possible. - to properly logout out of an SSO service implement [end session](https://github.com/openid/AppAuth-Android#ending-current-session) - easiest way to tell if your IDP supports it is to look for...

Figuring out how your app should behave in offline is not something in scope for this library. `prompt: login` works only if your identity provider has implemented support for it.

Per your **discoveryUri** your server should be running at **test7.gluu.org** Please fix that information and try again.