JWT
Awesome. Thanks
Sorry, I am a little confused. Are you saying the confirmation email that is sent out has an expiration?
@yekalkan what all does the updates cover? I am looking for it to take some already created entities and create the UI for them. Is that going to be a part of this release? Also, I changed the names of my UI folder, is that going to accommodate for that as well?
Thank you
@alexanderpilhar did you ever figure out a good approach on this? Are you able to share?
@SperseDev did you ever figure out a good solution for this?
I also want to do something similar between our ASP.NET Zero (.net core and Angular version) to be the identity server and then we have an existing ASP.NET MVC project that I would like to authenticate to the Zero Identity server to create a SSO between the two.
@ismcagdas have you guys done anything like this before? The Web.Public project isn't using Identity Server I noticed and is using kind of a home grown SSO option from what I can see. But I would like to use Identityserver Hybrid Flow between our legacy MVC project and our ASP.NET Zero Project.
Excellent, thank you
Sounds good. Thank you
Unfortunately that didn't work either.
I think I might try something like this since it was made for Angular <a class="postlink" href="https://www.npmjs.com/package/@ng-idle/core">https://www.npmjs.com/package/@ng-idle/core</a>
No Problem.
private tryGoogleLogin() {
for (let provider of this.externalLoginProviders) {
if (provider.name === ExternalLoginProvider.GOOGLE) {
this.googleProvider = provider;
}
}
if (this.googleProvider != null || this.googleProvider != undefined) {
this.externalLogin(this.googleProvider);
}
}