Base solution for your next web application

Activities of "walkerscott"

have a look at the following image here we can see each call is made twice and in every first call there is no response. <a class="postlink" href="https://www.dropbox.com/s/16q553pjjh09hgs/login%20issue.png?dl=0">https://www.dropbox.com/s/16q553pjjh09h ... e.png?dl=0</a>

I have followed this documentation to setup angular2+Core Solution <a class="postlink" href="https://www.aspnetzero.com/Documents/Getting-Started-Angular">https://www.aspnetzero.com/Documents/Ge ... ed-Angular</a>

things went really good as expected. But after successful login I'm unable to see dashboard, it redirects me back to login. I can find response of getCurrentLoginInformations in network tab of chrome developer area as below:

{"result":{"user":{"name":"admin","surname":"admin","userName":"admin","emailAddress":"[email protected]","profilePictureId":null,"id":1},"tenant":null,"application":{"version":"3.1.0.0","releaseDate":"2017-02-21T11:49:24.2387011+05:00"}},"targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}

but still getting navigated to login page. I guess in auth-route-guard.ts inside canActivate method its finding this._sessionService Undefined so navigating to login again?

thanks for confirming.

Can you confirm if the email activation token expires? If so, where is this set in the code and how long for is the default?

Thanks

Thanks for the reply, this is what I was expecting.

Thanks also for the pointer on using Tenant Features to apply this functionality.

Is is possible to enable external authentication by Tenant?

For example:

  • Host = Abp authentication
  • Tenant 1 = Abp authentication
  • Tenant 2 = LDAP authentication only
  • Tenant 3 = Mixed authentication (AD + Abp)

Hi @gconey

I am interested in how you have implemented your EAV model in ASP.NET Zero. Is there anything that you would be prepared to share in regards to this ?

We are planning on implementing something similar.

Thanks

Nice one, thanks.

I have searched forums and docs and haven't been able to find an answer. Is it possible to globally manage tenants and tenant admin users via UI anywhere?

Showing 51 to 59 of 59 entries