thanks for the help it works fine now but you should add TokenEndpoint to the Microsoft option
options.TokenEndpoint = configuration["Authentication:Microsoft:TokenEndpoint"];
I am using ASP.NET Core MVC
Any Help Please
I am using Microsoft and it works fine if I configure the app register account type multitenant but I need to switch it to a single tenant
"Microsoft": { "IsEnabled": "true", "ConsumerKey": "d2a0f147-1556-4ffb-843e-db8abcce2553", "ConsumerSecret": "chW8Q~XfGxvISDzFaBZhvJ7rWj1aeAAV7J1Dhaid" },
I am using ASP.NET CORE & Angular Project version 10.1.4 for multi-tenant products and I want to use the public website included in the project as a CMS
so what is the best CMS integrated with aspNetZero?
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
What is your product version? 10.5.0
And this is my question:
I am trying to add a new dynamic property for the user, and I want this property to appear just for the user of specific organization unit. How can I relate the dynamic property to organization unit, and what is the role of permission in the dynamic property?