How to register an app in Microsoft's registration portal for debug?AAD V2 in ASP.NET Core WebAPI with JwtBearerHow to register existing UWP app with Microsoft App Registration PortalAzure AAD app roles in v2Azure App Registrations Sign-on URLAzure - App Registration - Edit existing entry of OAuth2Permissions doesn't workApplication access permission via App Registrations, Users and Groups, Azure Active DirectoryWhen registering an app on Azure Active Direct, what “redirect URI” or “Sign-on URL” should I use?Azure AD App registrations- OAuth - JWT getting generated for resource which consumer app don't have permissions toHow to register Office Web Add-in in the Microsoft App Registration PortalMicrosoft application registration portal not accept standard http Redirect URL

Did Michelle Obama have a staff of 23; and Melania have a staff of 4?

Do I need to start off my book by describing the character's "normal world"?

What is the farthest a camera can see?

Is there a name for the technique in songs/poems, where the rhyming pattern primes the listener for a certain line, which never comes?

The more + the + comparative degree

Why does this Jet Provost strikemaster have a textured leading edge?

Why did IBM make the PC BIOS source code public?

Go to last file in vim

Locked room poison mystery!

Scam? Phone call from "Department of Social Security" asking me to call back

Are there really no countries that protect Freedom of Speech as the United States does?

Are there liquid fueled rocket boosters having coaxial fuel/oxidizer tanks?

What is the proper name for a circle with a line through it?

Doesn't the speed of light limit imply the same electron can be annihilated twice?

How do I ask for 2-3 days per week remote work in a job interview?

How to prevent criminal gangs from making/buying guns?

Solving pricing problem heuristically in column generation algorithm for VRP

Installing Windows to flash UEFI/ BIOS, then reinstalling Ubuntu

How can I shoot a bow using Strength instead of Dexterity?

Did Pope Urban II issue the papal bull "terra nullius" in 1095?

How to not forget things?

Lípínguapua dopo Pêpê

Running code generated in realtime in JavaScript with eval()

Units of measurement, especially length, when body parts vary in size among races



How to register an app in Microsoft's registration portal for debug?


AAD V2 in ASP.NET Core WebAPI with JwtBearerHow to register existing UWP app with Microsoft App Registration PortalAzure AAD app roles in v2Azure App Registrations Sign-on URLAzure - App Registration - Edit existing entry of OAuth2Permissions doesn't workApplication access permission via App Registrations, Users and Groups, Azure Active DirectoryWhen registering an app on Azure Active Direct, what “redirect URI” or “Sign-on URL” should I use?Azure AD App registrations- OAuth - JWT getting generated for resource which consumer app don't have permissions toHow to register Office Web Add-in in the Microsoft App Registration PortalMicrosoft application registration portal not accept standard http Redirect URL






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I have a an app registered in http://apps.dev.microsoft.com. It is hosted and I entered the hostname in the Platforms section. How can I add a localhost url for when I want to debug my app? It seems that I cannot add another Web API platoform? What is the best practice? Do I need to register another app and put the localhost url there and just change my manifest file?










share|improve this question





















  • 1





    Also registering applications in apps.dev.microsoft.com will cease to exist soon (May'19) and there is a new preview feature for App Registration in portal.azure.com under Azure Active Directory blade

    – Gopi Kolla
    Mar 28 at 1:58











  • Did my answer solve your issue?

    – Tony Ju
    Apr 3 at 9:44

















0















I have a an app registered in http://apps.dev.microsoft.com. It is hosted and I entered the hostname in the Platforms section. How can I add a localhost url for when I want to debug my app? It seems that I cannot add another Web API platoform? What is the best practice? Do I need to register another app and put the localhost url there and just change my manifest file?










share|improve this question





















  • 1





    Also registering applications in apps.dev.microsoft.com will cease to exist soon (May'19) and there is a new preview feature for App Registration in portal.azure.com under Azure Active Directory blade

    – Gopi Kolla
    Mar 28 at 1:58











  • Did my answer solve your issue?

    – Tony Ju
    Apr 3 at 9:44













0












0








0








I have a an app registered in http://apps.dev.microsoft.com. It is hosted and I entered the hostname in the Platforms section. How can I add a localhost url for when I want to debug my app? It seems that I cannot add another Web API platoform? What is the best practice? Do I need to register another app and put the localhost url there and just change my manifest file?










share|improve this question
















I have a an app registered in http://apps.dev.microsoft.com. It is hosted and I entered the hostname in the Platforms section. How can I add a localhost url for when I want to debug my app? It seems that I cannot add another Web API platoform? What is the best practice? Do I need to register another app and put the localhost url there and just change my manifest file?







azure azure-active-directory office-addins






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 28 at 10:28









Tony Ju

4,9051 gold badge3 silver badges19 bronze badges




4,9051 gold badge3 silver badges19 bronze badges










asked Mar 27 at 11:36









nmrlqa4nmrlqa4

3441 silver badge16 bronze badges




3441 silver badge16 bronze badges










  • 1





    Also registering applications in apps.dev.microsoft.com will cease to exist soon (May'19) and there is a new preview feature for App Registration in portal.azure.com under Azure Active Directory blade

    – Gopi Kolla
    Mar 28 at 1:58











  • Did my answer solve your issue?

    – Tony Ju
    Apr 3 at 9:44












  • 1





    Also registering applications in apps.dev.microsoft.com will cease to exist soon (May'19) and there is a new preview feature for App Registration in portal.azure.com under Azure Active Directory blade

    – Gopi Kolla
    Mar 28 at 1:58











  • Did my answer solve your issue?

    – Tony Ju
    Apr 3 at 9:44







1




1





Also registering applications in apps.dev.microsoft.com will cease to exist soon (May'19) and there is a new preview feature for App Registration in portal.azure.com under Azure Active Directory blade

– Gopi Kolla
Mar 28 at 1:58





Also registering applications in apps.dev.microsoft.com will cease to exist soon (May'19) and there is a new preview feature for App Registration in portal.azure.com under Azure Active Directory blade

– Gopi Kolla
Mar 28 at 1:58













Did my answer solve your issue?

– Tony Ju
Apr 3 at 9:44





Did my answer solve your issue?

– Tony Ju
Apr 3 at 9:44












1 Answer
1






active

oldest

votes


















0














You can add another redirect url for debugging. If you just want to debug your code, there is no need to register another app.
enter image description here



You can edit the Application Manifest to add reply urls.
enter image description here



Or you can do it in Azure portal.
enter image description hereenter image description here



However, if you want to change the permissions to debug, to avoid affecting your production environment, you'd better register another app.






share|improve this answer



























  • I have "Web API", not "Web" and there is not Add URL there...

    – nmrlqa4
    Apr 4 at 7:11











  • @nmrlqa4 Then you can edit the manifest to add the reply urls, you can also add the reply urls in Azure portal.

    – Tony Ju
    Apr 4 at 7:21











  • @nmrlqa4 I have updated the answer, you can check it.

    – Tony Ju
    Apr 4 at 7:25











  • @nmrlqa4 Do you have any other concerns regarding this?

    – Tony Ju
    Apr 4 at 8:25










Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55376267%2fhow-to-register-an-app-in-microsofts-registration-portal-for-debug%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














You can add another redirect url for debugging. If you just want to debug your code, there is no need to register another app.
enter image description here



You can edit the Application Manifest to add reply urls.
enter image description here



Or you can do it in Azure portal.
enter image description hereenter image description here



However, if you want to change the permissions to debug, to avoid affecting your production environment, you'd better register another app.






share|improve this answer



























  • I have "Web API", not "Web" and there is not Add URL there...

    – nmrlqa4
    Apr 4 at 7:11











  • @nmrlqa4 Then you can edit the manifest to add the reply urls, you can also add the reply urls in Azure portal.

    – Tony Ju
    Apr 4 at 7:21











  • @nmrlqa4 I have updated the answer, you can check it.

    – Tony Ju
    Apr 4 at 7:25











  • @nmrlqa4 Do you have any other concerns regarding this?

    – Tony Ju
    Apr 4 at 8:25















0














You can add another redirect url for debugging. If you just want to debug your code, there is no need to register another app.
enter image description here



You can edit the Application Manifest to add reply urls.
enter image description here



Or you can do it in Azure portal.
enter image description hereenter image description here



However, if you want to change the permissions to debug, to avoid affecting your production environment, you'd better register another app.






share|improve this answer



























  • I have "Web API", not "Web" and there is not Add URL there...

    – nmrlqa4
    Apr 4 at 7:11











  • @nmrlqa4 Then you can edit the manifest to add the reply urls, you can also add the reply urls in Azure portal.

    – Tony Ju
    Apr 4 at 7:21











  • @nmrlqa4 I have updated the answer, you can check it.

    – Tony Ju
    Apr 4 at 7:25











  • @nmrlqa4 Do you have any other concerns regarding this?

    – Tony Ju
    Apr 4 at 8:25













0












0








0







You can add another redirect url for debugging. If you just want to debug your code, there is no need to register another app.
enter image description here



You can edit the Application Manifest to add reply urls.
enter image description here



Or you can do it in Azure portal.
enter image description hereenter image description here



However, if you want to change the permissions to debug, to avoid affecting your production environment, you'd better register another app.






share|improve this answer















You can add another redirect url for debugging. If you just want to debug your code, there is no need to register another app.
enter image description here



You can edit the Application Manifest to add reply urls.
enter image description here



Or you can do it in Azure portal.
enter image description hereenter image description here



However, if you want to change the permissions to debug, to avoid affecting your production environment, you'd better register another app.







share|improve this answer














share|improve this answer



share|improve this answer








edited Apr 4 at 7:25

























answered Mar 28 at 1:26









Tony JuTony Ju

4,9051 gold badge3 silver badges19 bronze badges




4,9051 gold badge3 silver badges19 bronze badges















  • I have "Web API", not "Web" and there is not Add URL there...

    – nmrlqa4
    Apr 4 at 7:11











  • @nmrlqa4 Then you can edit the manifest to add the reply urls, you can also add the reply urls in Azure portal.

    – Tony Ju
    Apr 4 at 7:21











  • @nmrlqa4 I have updated the answer, you can check it.

    – Tony Ju
    Apr 4 at 7:25











  • @nmrlqa4 Do you have any other concerns regarding this?

    – Tony Ju
    Apr 4 at 8:25

















  • I have "Web API", not "Web" and there is not Add URL there...

    – nmrlqa4
    Apr 4 at 7:11











  • @nmrlqa4 Then you can edit the manifest to add the reply urls, you can also add the reply urls in Azure portal.

    – Tony Ju
    Apr 4 at 7:21











  • @nmrlqa4 I have updated the answer, you can check it.

    – Tony Ju
    Apr 4 at 7:25











  • @nmrlqa4 Do you have any other concerns regarding this?

    – Tony Ju
    Apr 4 at 8:25
















I have "Web API", not "Web" and there is not Add URL there...

– nmrlqa4
Apr 4 at 7:11





I have "Web API", not "Web" and there is not Add URL there...

– nmrlqa4
Apr 4 at 7:11













@nmrlqa4 Then you can edit the manifest to add the reply urls, you can also add the reply urls in Azure portal.

– Tony Ju
Apr 4 at 7:21





@nmrlqa4 Then you can edit the manifest to add the reply urls, you can also add the reply urls in Azure portal.

– Tony Ju
Apr 4 at 7:21













@nmrlqa4 I have updated the answer, you can check it.

– Tony Ju
Apr 4 at 7:25





@nmrlqa4 I have updated the answer, you can check it.

– Tony Ju
Apr 4 at 7:25













@nmrlqa4 Do you have any other concerns regarding this?

– Tony Ju
Apr 4 at 8:25





@nmrlqa4 Do you have any other concerns regarding this?

– Tony Ju
Apr 4 at 8:25






Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55376267%2fhow-to-register-an-app-in-microsofts-registration-portal-for-debug%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript