-
I created a new social connection on the Auth0 site and added the client ID and secret from Google's dev console. Using this SDK, it works fine on Android but on iOS I get:
> 403 - That's an error
…
-
I've created a ASP.Net Core MVC project with individual user accounts and added FaceBook authentication. Now I also want to use this FaceBook authentication for my WebAPI, any samples on how to do thi…
-
We have our own implementation of IdentityServer4. I'm writing a Xamarin.Android app that consumes our APIs and want to authenticate against our identity server. I don't necessarily want to use the…
-
I thought the whole point of Proof Key for Code Exchange (PKCE) was to avoid making a native client aware of the client secret (as mentioned at http://openid.net/2015/05/26/enhancing-oauth-security-fo…
-
Dear all,
Is there a way to implement this basic scenario :
1) Landing directly on a cutomized login page ( no popup window or click on a "login" button from an already existing page )
2) Af…
-
While testing #647 for the parser errors I had let the UI sit for a while. When I attempted to re-file using the drag-n-drop the UI _flashed_ but remained the same, still showing the previous submissi…
-
from underlying TokenClient
-
Hi,
I can run the WinForms sample, with the default OidcClientOptions and it works fine. I installed IdentityServer4.Samples and ran the QuickStart IdentityServerWithAspNetIdentity. I added Iden…
-
The **iOSClient** sample points to the IdentityServer demo URL (https://demo.identityserver.io) however the new demo server (v4) discovery document (https://demo.identityserver.io/.well-known/openid-c…
-
I'm trying to use the token manager in an SPA built with ES6 & Webpack. I successfully ran `npm install --save oidc-token-manager`.
I can also include the file with webpack by using the standard `imp…