Base solution for your next web application

Activities of "optixdev"

@ismcagdas I don't want to make user as tenant admin.

I have three Pages A, B and C thats display in Navigation Menu

(Angular + .Net Core)

I have to show:

Page A to Tenant Admin and Tenant User

Page B to Tenant User only

Page C to Tenant Admin only

[Note: These pages are STATIC 'Page A' and created only in Angular Projects as they dont need entity/database connection. Also it should not display on Host Admin/User]

How can I do this?

@maliming I have sent you an email.

Thanks

Thank you very much its working now.

Hi @ismcagdas

How and where I can define Permisison for each page? Also, whats new in version 8.3? What is the best way to merge 8.2 with 8.3?

I solved by excluding the Public project

@maliming

Angular + .Net Core (ZERO version 8.3)

How to use Microsoft as login for second time instead of signup.

  • For first time I am able to signup successfully using Microsoft.
  • Admin activated the account.
  • I tried to login using Microsoft, it alerting me email address already exists.

Activated users should be able to login through Microsoft Login button successfully instead of alerting "user already exists".

Angular + .Net Core (Version 8.3)

Application not loading on Internet Explorer 11 (Working fine on Chrome, Mozilla, Edge)

Hi @ismcagdas, @maliming

User is not able to login with Microsoft account.

  1. User Sign up successfully, but not login yet at this stage.. awaits for Tenant admin to approve the account.
  2. Tenant admin approves/activate the new Microsoft user account.
  3. After activation, Microsoft user tries to login into Application for FIRST TIME by clicking Microsoft login button... but user cannot login .. getting "Error message: email address is already taken"

It looks like the “Sign in with Microsoft” button is trying to recreate/register the account/user again rather than let me sign in after initial creation or approval of account.

Please resolve this issue ASAP

Hi @ismcagdas

User registered to the systen using Microsoft login button no register page/button!

please read my previous comments carefully.

  1. User Sign up successfully, but not login yet at this stage.. awaits for Tenant admin to approve the account.
  2. Tenant admin approves/activate the new Microsoft user account.
  3. After activation, Microsoft user tries to login into Application for FIRST TIME by clicking Microsoft login button... but user cannot login .. getting "Error message: email address is already taken"

These are my Microsoft Azure App - Redirect URIs:

http://localhost:4200/account/login/signin-microsoft http://localhost:4200 http://localhost:4200/account/login http://localhost:4200/signin-microsoft

Showing 41 to 50 of 58 entries