ajaypunekar1
ajaypunekar1
Is there anyone who did this kind of functionality ?
> Hello, why do you need this one? I have different scopes for different apis. Consider following scope example **supported scopes** Calender api 1: calender.read 2: calender.write Activity api 1:...
> Hope I don't say something wrong, but those should be the roles a user could have, not the scopes. A scope identify a resource which in this case is...
> And to answer your initial question, depending from where you want to retrieve the scopes, let;s say from DB, then you need to retrieve the db service, from the...
@skoruba Thanks for reply. I have tried below steps. 1: Removed migration folder 2: Updated my Azure Db connection string in all three projects(Note: There is no any table in...
Yes, both this values set to `true`. I think, migration for `DataProtectionKeys` is not working. It is not creating table in database. Here is my migration file **20211018083501_DbInit.cs** when I...
> Just discovered that there were some migration issues with EFCore. Update the Microsoft.EntityFrameworkCore.SqlServer to 5.0.11 and this will resolve it. After lot of failure, I prefer self migration instead...
> https://docs.microsoft.com/en-us/azure/active-directory/develop/scenario-protected-web-api-verification-scope-app-roles?tabs=aspnetcore > > This can help you. Thanks :) Will try this.