Doğan Erişen
Doğan Erişen
closing this in favor of #142 cc @kalyankrishna1
@diberry I think `http` scheme for logout URI was allowed when entered via the app manifest, but looks like that's no longer the case. So now the app needs to...
@lukedukeus apologies for late response -have you considered using [hybrid spa flow](https://github.com/AzureAD/microsoft-identity-web/wiki/Hybrid-SPA), which allows you to authenticate to both backend and frontend at the same time? Check out the sample...
~~Note: missing certificate scripts and instructions~~
@bobo8488 @mufraver2 @faizankhan1995 I suggest to take a look at these two samples: - [Angular SPA & .NET Core Web API](https://github.com/Azure-Samples/ms-identity-javascript-angular-spa-aspnetcore-webapi) - [React SPA & .NET Core Web API (on-behalf-of)](https://github.com/Azure-Samples/ms-identity-javascript-react-spa-dotnetcore-webapi-obo)...
> Hello, I was wondering if this is going to be published or kept under review? :) @pavecer sorry this is taking long, we are working on getting this merged...
@aremo-ms should we allow the owner field to be editable here?  --- In reply to: [1156859829](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/pull/602#issuecomment-1156859829) [](http://example.com/codeflow?ancestors=1156859829) --- In reply to: [1156859829](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/pull/602#issuecomment-1156859829) [](http://example.com/codeflow?ancestors=1156859829) --- In reply to:...
Is there a way to handle insufficient permissions cases more gracefully? (e.g. trying to create a task without Todolist.ReadWrite permission)  --- In reply to: [1156879960](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/pull/602#issuecomment-1156879960) [](http://example.com/codeflow?ancestors=1156879960) ---...
After admin consent by the admin, the URL contains the leftovers from the admin consent response:  Can we clear this up afterwards?