-
Forgive me if I am about to ask a really stupid question, but if I want my application to (Securely) store the result of a login on disk so it can be exited and restarted without forcing the user to l…
-
Hi,
I'm having some issues getting the OidcClient to work with Steam OpenID. I've confirmed that it works by using the sample server, but when I try playing with Steam, I'm stumped...
The webview is…
-
I am trying to create a new instance of: "var mgr = new Oidc.UserManager(config);"
But VSCode are unable to find the namespace Oidc.
I am using JSPM and have made this adjustments.
The index.d.ts in …
-
This is due to the access token value being fetched from the wrong "response" object (authorization response instead of token response):
https://github.com/IdentityModel/IdentityModel.OidcClient/blob…
-
Ok I've nailed down the issue to this.
```
processSigninResponse(url, stateStore) {
Log.info("OidcClient.processSigninResponse");
var response = new SigninResponse(url);
if …
-
-
I'm currently setting up a keycloak server OIDC indirect client in combination with play 2.5.8 and play-pac4j 2.5.0 with pac4j-oidc 1.9.2.
When using **@Secure(clients="my_client_name", authorizer="…
-
- Allows for some unit testing
- Allows for easier modules
- Possibly allows for both npm/server and require/client modules (we'll see if I can make this happen)
-
using one of the sample clients: "JavaScript OidcClient and UserManager.csproj"
after running the project, i see in the console an error
PAGE: http://localhost/MyIDS3/connect/checksession is trying t…
-
[This plunker](https://plnkr.co/edit/cAoVPcd2q0upzZKRvmI6?p=preview) shows a simple example of an Angular 2 app that changes in response to an observable.
[This one](https://plnkr.co/edit/zVacBU2Iual…