I'm trying to download the latest version of my project and when I click on "Download latest version" an icon spins for a few seconds and nothing else happens.
Hello,
I am working on setting up a custom external authentication and am following the guidance from this documentation: External Authentication - ASP.NET Boilerplate. However, I’ve encountered a few issues in the process:
1- In ExternalAuthManager.cs, within the CreateProviderApi method, my new custom authentication provider does not appear in the _externalAuthConfiguration.ExternalLoginInfoProviders list; 2- When authenticating via the standard form-based authentication, TryAuthenticateAsync is called on my custom external authentication, which is not the intended behavior; 3- I am looking for a way to implement a new external authentication flow using tokens (similar to OpenIdConnect) rather than a username/password. Specifically, I aim to authenticate using the ExternalAuthenticate endpoint in the TokenAuthController;
Any guidance or insights on resolving these issues would be greatly appreciated.
Here's the code I'm using for the test:
Great news @musa.demir We're looking forward to have this running, thanks
Hi @ismcagdas .
Yes, in root project folder we run: npx sb init
After installation finishes try to run it trought the command npm run storybook
We are trying to run the storybook in aspnet zero, the installation goes well but when we run the storybook we get an invalid string length error when it starts generating the documentation.
I was wondering if anyone had a good solution to this issue. Our aspnet zero version is 8.1, with angular 9.1.
We have tried running it on a fresh new application with same framework versions and the error persists, but if we run it on a standard angular (without aspnet zero) applicaiton it goes well.
Hi,
Is it possible to get a roadmap for the rest of 2019, we have viewed the version here but additional info would be appreciated. We understand that it is subject to change based on priorities but it would be good to understand the current order of upcoming features.
Thanks
Are you able to share some more information regarding this new feature you are working on? Also expected release date?
Just created bug for this in github repository.
https://github.com/aspnetzero/aspnet-zero-core/issues/2032
Hi lads,
We are so busy here, but I will try to prepare a fork of the base solution with ADAL integration. We did this POC 4 months ago, and not sure if will work on latest version 6.x (we are still in 5.62). POC is based on this wrapper https://github.com/manishrasrani/ms-adal-angular6 for simplicty
But I guess a product version should be using directly Azure AD ADAL library ADAL for JS
Regards
Thanks