-
We need to use https://identityserver4.readthedocs.io/en/latest/
Accept signup/login with:
- username + password
- Apple
- Google
- Facebook
-
Hi @wi3land,
I'm using ionic-appauth to manage a login flow using an Azure AD server.
The login flow works properly but when i try to refresh token (when the first token is expired) I get an error w…
-
I have configed it with identityserver4 on IOS 13.5.1,
It pop a viewcontroller and login successfully.
However it is redirecting to redirect URI?
And view loaded nothing in here.
-
Nice extension which i don't really understand why IdentityServer don't bake this into it's core. But since IDSvr is now changing to Duende, will you release a Duende extension?
The type 'IIdentity…
-
We have a SWA where we can log in using AAD or a custom OpenID connect provider. In our case we are using an Identity Server 4 as the custom provider.
Everything has been working fine until some time…
-
In particular, upgrade to Duende.IdentityServer, as IdentityServer4 will not be supported after Nov 2022
-
Hi Skoruba, I am having the following problem, when I run the band new version, from the scratch.
I ve followed all those steps in [https://github.com/skoruba/IdentityServer4.Admin](https://github.…
-
Hi @damienbod
when I want to sign in via external OIDC provider and it is required 2FA, I am redirected to login page with 2FA which works well. But after that I got the claim called `idp`, but wi…
-
Hi,
was looking forward to look into and test it, but it doesn't work with IDS4 v1+
(lacking the InMemory/InMemoryUserLoginService namespaces since v1.0)
Any chance of getting this sample to w…
-
### Description
We use `framework: auto-detect` for convenience in our `paket.dependencies` and that might be the source of the problem.
We added new project to the mix with framework which was …