Doğan Erişen

Results 28 comments of 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? ![Screenshot 2022-06-15 124609](https://user-images.githubusercontent.com/13197548/173913832-d4ee8574-c0ad-4c90-bf7b-0f4c35a2c61b.png) --- 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) ![Screenshot 2022-06-15 130103](https://user-images.githubusercontent.com/13197548/173916696-e3a1ae27-8c52-4010-9666-02ac1e3199de.png) --- 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: ![ss1](https://user-images.githubusercontent.com/13197548/208180036-1651debd-a302-49f5-bccc-ea3e70c0f8ea.png) Can we clear this up afterwards?