-
Nice library guys - my company provides some desktop apps for investment banks. I was hoping you could confirm that I am following the recommended direction below.
**LOGINS SHOULD NOT USE WEB VIEWS…
-
Hello, I'm version 1.7.0 of IdentityModel.OidcClient and receive a class loader exception:
ReflectionTypeLoadException:
The classes in the module cannot be loaded
LoaderExceptions:
Type '__c…
-
Hi folks,
Our front end developer has recently written an Angular 2 service that uses your library.
I was wondering if anyone had mocked easily your `UserManager` or your `OidcClient` or if wou…
-
For cases where the a session is necessary, e.g. if some stored context is needed to process the login information.
Example JSON error body:
```
{ name: "ValidationError",
code: "session_mis…
-
By following the tutorial in [IdentityServer-ClientQuickstart](http://docs.identityserver.io/en/release/quickstarts/7_javascript_client.html)
i m using this client configuration:
```
document.…
-
I have got this error:
```
Internal Server Error: /openid/callback/login/
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/django/core/handlers/exception.py", li…
-
Hi,
First of all, thanks for this library.
I'm however getting some problems in Edge (version 15). I have created this dummy page:
```html
Debug
```
…
-
The sample in IdentityModel.OidcClient.Samples/WinFormsWebView/ uses a client ID of "native.hybrid" so theoretically that's what you have published, but no code checked in that matches that. Just want…
-
I'm trying to see if it is possible to use IdentityModel.OidcClient for a flow that (I believe) does not support PKCE.
Specifically, I'm trying to go to:
Authority = "https://accounts.google.com"…
-
TL;DR: Redirect sign-in works, but popup doesn't. State store is set but removed before it can be used.
```
oidc-client.js:144 UserManager.signinPopup
oidc-client.js:144 _signin
oidc-client.js:…