While deploying two application authenticated using Azure AD on a single IIS server, Authentication page...

Wanted: 5.25 floppy to usb adapter

Book about a future where humans have abandoned Earth and cats called "Puddys"/"Puttys" rule it

Where is this triangular-shaped space station from?

How to satisfy a player character's curiosity about another player character?

Are small insurances worth it

What is better: yes / no radio, or simple checkbox?

If a druid in Wild Shape swallows a creature whole, then turns back to her normal form, what happens?

Hacker Rank: Array left rotation

The change directory (cd) command is not working with a USB drive

How can I find an Adventure or Adventure Path I need that meets certain criteria?

How to visualize a Cayley graph in this style?

Where was Karl Mordo in Infinity War?

Returning to Programming after 6 years. A little lost on how to start brushing up, what to focus on

How to get the sitecore field updated date instead of item updated date?

Finding the number of integers that are a square and a cube at the same time

Distance Puzzle

Compare four integers, return word based on maximum

A Wacky, Wacky Chessboard (That Makes No Sense)

It took me a lot of time to make this, pls like. (YouTube Comments #1)

Why proton concentration is divided by 10⁻⁷?

What am I? I am in theaters and computer programs

Six real numbers so that product of any five is the sixth one

Why is working on the same position for more than 15 years not a red flag?

Inventor that creates machine that grabs man from future



While deploying two application authenticated using Azure AD on a single IIS server, Authentication page keeps on looping infinitely


Shibboleth SP, IISKerberos authentication failing with 401Enable SSL for “Sub-Application” in IIS 8IIS URL Rewrite rule to redirect subdirectory traffic to httpsConnection Reset error trying to set up HTTPS locally using VS and IIS ExpressIIS 7.5 - application foldername redirecting to match case and dropping query stringUsing ssl port with IIS authentication and apiIIS - Why can't I log in to an ASP.NET website running on the server from the server using windows authentication?Page cannot be displayed - .net core on IIS8.NET Issue on ADFS SSO behind a Reverse Proxy













0















I have created two .NET applications having Azure AD authentication. I have deployed both of them on the IIS server with different ports for HTTP and HTTPS.



1st Application: Deployed on HTTP Port 80 and HTTPS Port 443 with the Redirect URL of app1.xyz.com



2nd Application: Deployed on HTTP Port 88 and HTTPS Port 9443 with the Redirect URL of https://app2.xyz.com:9443



While authenticating a user for 1st Application, Authentication flow is working fine where the user is redirected to Login Page and after successful login, the user is redirected back to the application URL.



Where authenticating a user for 2nd Application, Authentication flow is not working fine where the user is redirected to Login page and it keeps on looping infinitely on the login page.



Could anyone please share your comments/suggestions on the above issue?










share|improve this question







New contributor




Akash Kotecha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • "Where authenticating a user for 2nd Application, Authentication flow is not working fine where the user is redirected to Login page and it keeps on looping infinitely on the login page." That depends on how you wrote the code. Please post to Stack Overflow instead. You might also learn how to use tools like Fiddler to analyze the requests/responses.

    – Lex Li
    12 mins ago
















0















I have created two .NET applications having Azure AD authentication. I have deployed both of them on the IIS server with different ports for HTTP and HTTPS.



1st Application: Deployed on HTTP Port 80 and HTTPS Port 443 with the Redirect URL of app1.xyz.com



2nd Application: Deployed on HTTP Port 88 and HTTPS Port 9443 with the Redirect URL of https://app2.xyz.com:9443



While authenticating a user for 1st Application, Authentication flow is working fine where the user is redirected to Login Page and after successful login, the user is redirected back to the application URL.



Where authenticating a user for 2nd Application, Authentication flow is not working fine where the user is redirected to Login page and it keeps on looping infinitely on the login page.



Could anyone please share your comments/suggestions on the above issue?










share|improve this question







New contributor




Akash Kotecha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • "Where authenticating a user for 2nd Application, Authentication flow is not working fine where the user is redirected to Login page and it keeps on looping infinitely on the login page." That depends on how you wrote the code. Please post to Stack Overflow instead. You might also learn how to use tools like Fiddler to analyze the requests/responses.

    – Lex Li
    12 mins ago














0












0








0








I have created two .NET applications having Azure AD authentication. I have deployed both of them on the IIS server with different ports for HTTP and HTTPS.



1st Application: Deployed on HTTP Port 80 and HTTPS Port 443 with the Redirect URL of app1.xyz.com



2nd Application: Deployed on HTTP Port 88 and HTTPS Port 9443 with the Redirect URL of https://app2.xyz.com:9443



While authenticating a user for 1st Application, Authentication flow is working fine where the user is redirected to Login Page and after successful login, the user is redirected back to the application URL.



Where authenticating a user for 2nd Application, Authentication flow is not working fine where the user is redirected to Login page and it keeps on looping infinitely on the login page.



Could anyone please share your comments/suggestions on the above issue?










share|improve this question







New contributor




Akash Kotecha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I have created two .NET applications having Azure AD authentication. I have deployed both of them on the IIS server with different ports for HTTP and HTTPS.



1st Application: Deployed on HTTP Port 80 and HTTPS Port 443 with the Redirect URL of app1.xyz.com



2nd Application: Deployed on HTTP Port 88 and HTTPS Port 9443 with the Redirect URL of https://app2.xyz.com:9443



While authenticating a user for 1st Application, Authentication flow is working fine where the user is redirected to Login Page and after successful login, the user is redirected back to the application URL.



Where authenticating a user for 2nd Application, Authentication flow is not working fine where the user is redirected to Login page and it keeps on looping infinitely on the login page.



Could anyone please share your comments/suggestions on the above issue?







iis azure azure-active-directory asp.net-mvc






share|improve this question







New contributor




Akash Kotecha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Akash Kotecha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Akash Kotecha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 5 hours ago









Akash KotechaAkash Kotecha

11




11




New contributor




Akash Kotecha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Akash Kotecha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Akash Kotecha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • "Where authenticating a user for 2nd Application, Authentication flow is not working fine where the user is redirected to Login page and it keeps on looping infinitely on the login page." That depends on how you wrote the code. Please post to Stack Overflow instead. You might also learn how to use tools like Fiddler to analyze the requests/responses.

    – Lex Li
    12 mins ago



















  • "Where authenticating a user for 2nd Application, Authentication flow is not working fine where the user is redirected to Login page and it keeps on looping infinitely on the login page." That depends on how you wrote the code. Please post to Stack Overflow instead. You might also learn how to use tools like Fiddler to analyze the requests/responses.

    – Lex Li
    12 mins ago

















"Where authenticating a user for 2nd Application, Authentication flow is not working fine where the user is redirected to Login page and it keeps on looping infinitely on the login page." That depends on how you wrote the code. Please post to Stack Overflow instead. You might also learn how to use tools like Fiddler to analyze the requests/responses.

– Lex Li
12 mins ago





"Where authenticating a user for 2nd Application, Authentication flow is not working fine where the user is redirected to Login page and it keeps on looping infinitely on the login page." That depends on how you wrote the code. Please post to Stack Overflow instead. You might also learn how to use tools like Fiddler to analyze the requests/responses.

– Lex Li
12 mins ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
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
});


}
});






Akash Kotecha is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f956622%2fwhile-deploying-two-application-authenticated-using-azure-ad-on-a-single-iis-ser%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Akash Kotecha is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Akash Kotecha is a new contributor. Be nice, and check out our Code of Conduct.













Akash Kotecha is a new contributor. Be nice, and check out our Code of Conduct.












Akash Kotecha is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Server Fault!


  • 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%2fserverfault.com%2fquestions%2f956622%2fwhile-deploying-two-application-authenticated-using-azure-ad-on-a-single-iis-ser%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

As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

Список ссавців Італії Природоохоронні статуси | Список |...

Українські прізвища Зміст Історичні відомості |...