-
Hi,
look at callback:
`https://github.com/IdentityModel/IdentityModel.OidcClient.Samples/blob/master/AndroidClientVS2017/AndroidClient/OidcCallbackActivity.cs`
doesn't it miss this
`StartActivit…
-
Hello!
First of all thanks for the usefull library!
I've got the following problem. I am on v2.2.0.
Running the app on a Xamarin.Forms application (Android in particular).
Having netstandard 1…
filoe updated
6 years ago
-
When using the LoginAsync call, an Auth0User is successfully returned, along with a valid IdToken, however the IdTokenExpiresAt doesn't match the IdToken's embedded expiration date and time.
Call
…
-
Good day Guys:
I am running Angular 5.2 application hosted in Asp.Net Core and deployed to Azure. After successful authentication at identity server OP and redirect to the client, I am seeing issue…
-
Hi,
I have a suggestion for making oidc-token-manager (otm) more flexible such that it can be used in more situations. The motivation for this is that the implementation of otm currently does not wor…
-
I have an app/site that is MVC. A user would navigate to secured MVC page which then handles cookie OAuth authentication with our IdSvr3 server. So at this point they are authenticated. Then the jav…
-
### Xamarin.Android Version (eg: 6.0):
8.0 (Oreo)
### Operating System & Version (eg: Mac OSX 10.11):
Windows 10 1709
### Support Libraries Version (eg: 23.3.0):
Android 5.0 (API Level 21 - L…
-
Hi all
I am quite new to RN as well as app auth but I have previously integrated my Xamarin app with IdentityServer4 using IdentityModel.OidcClient so I have some understanding of the flow.
Plea…
-
I have followed the simple django-keycloak integration example(http://blog.jonharrington.org/static/integrate-django-with-keycloak/) to setup keycloak for authorization. It was working as expect few d…
-
I am following roughly this tutorial to setup this library: http://blog.jonharrington.org/static/integrate-django-with-keycloak/
The following exception happens when I run any manage.py command:
…