Authorize end point of B2C taking 2-3 seconds in IndiaAuthorize By Group in Azure Active Directory B2CAzure B2C Active Directory OpenIDConnect and Authorization CodesAzure AD B2C error - IDX10501: Signature validation failedAzure AD B2C registration mail takes over 5 minutes to arriveAdd second Global Admin to Azure AD B2C?How to receive emails from Azure B2C users ending with x.onmicrosoft.comAzure B2C - Use msal to get authorization to call Graph APIAuthorization has been denied for this request - B2C OAuthBearerAuthenticationOptionsClarification on the Azure B2C pricing for login / authorize requestIs Azure AD B2C FedRAMP authorized?
Why did NASA wet the road in front of the Space Shuttle crawler?
Just graduated with a master’s degree, but I internalised nothing
Using “ser” without "un/una"?
for xml path('') output
Word ending in "-ine" for rat-like
What's the safest way to inform a new user of their password on an invite-only website?
Sacrifice blocking creature before damage is dealt no longer working (MtG Arena)?
How can I deal with extreme temperatures in a hotel room?
Can a stressful Wish's Strength reduction be cured early by a Greater Restoration spell?
Why was Mal so quick to drop Bester in favour of Kaylee?
How Do I Know When I am in Private Mode?
Is there reliable evidence that depleted uranium from the 1999 NATO bombing is causing cancer in Serbia?
Find the radius of the hoop.
Can European countries bypass the EU and make their own individual trade deal with the U.S.?
Are the requirements of a Horn of Valhalla cumulative?
I hit a pipe with a mower and now it won't turn
Present Perfect with "one of these days"
Does a return economy-class seat between London and San Francisco release 5.28 tonnes of CO2 equivalents?
Thin wall to block LED light from hitting photodiode?
What exactly is topology ??
Single level file directory
How did they film the Invisible Man being invisible, in 1933?
I just started should I accept a farewell lunch for a coworker I don't know?
Could this problem be tackled using Mathematica?
Authorize end point of B2C taking 2-3 seconds in India
Authorize By Group in Azure Active Directory B2CAzure B2C Active Directory OpenIDConnect and Authorization CodesAzure AD B2C error - IDX10501: Signature validation failedAzure AD B2C registration mail takes over 5 minutes to arriveAdd second Global Admin to Azure AD B2C?How to receive emails from Azure B2C users ending with x.onmicrosoft.comAzure B2C - Use msal to get authorization to call Graph APIAuthorization has been denied for this request - B2C OAuthBearerAuthenticationOptionsClarification on the Azure B2C pricing for login / authorize requestIs Azure AD B2C FedRAMP authorized?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am invoking the authorization end point of AzureB2C using a mobile APP but finding it slow. I am not finding a handle to improve the performance
I see the java script in the authorize end point response containing javascript which has not been used a minify or compressed. Also it refer some static javascript files which are not picked from a CDN. Could this be a reason it is taking around 2 seconds ?
Can someone suggest how I can tune AzureB2C to get the Authorize end point response less than 2 second. From a mobile app loading the (Azureb2c) login screen is now taking 2 seconds any help in reducing it would be appreciated .
azure-ad-b2c
add a comment |
I am invoking the authorization end point of AzureB2C using a mobile APP but finding it slow. I am not finding a handle to improve the performance
I see the java script in the authorize end point response containing javascript which has not been used a minify or compressed. Also it refer some static javascript files which are not picked from a CDN. Could this be a reason it is taking around 2 seconds ?
Can someone suggest how I can tune AzureB2C to get the Authorize end point response less than 2 second. From a mobile app loading the (Azureb2c) login screen is now taking 2 seconds any help in reducing it would be appreciated .
azure-ad-b2c
Hi @srini. Where are you hosting the content files?
– Chris Padgett
Mar 25 at 21:12
We have moved the content displayed on the Sigin Page to the CDN. We still have the jquery-bundle-1.1.02min.js appears to be downloading directly. Also in the Authorize end point we are seeing a response time varying from .6 mili seconds to 2 second. Is there any way to optimize the authorize call and reduce the time taken to download the jquery-bundle.
– srini
Mar 26 at 7:29
We are seeing the b2c endpoints having variable response times in India. We see in the US they perform much better. What could be the reason ?
– srini
Apr 15 at 19:32
add a comment |
I am invoking the authorization end point of AzureB2C using a mobile APP but finding it slow. I am not finding a handle to improve the performance
I see the java script in the authorize end point response containing javascript which has not been used a minify or compressed. Also it refer some static javascript files which are not picked from a CDN. Could this be a reason it is taking around 2 seconds ?
Can someone suggest how I can tune AzureB2C to get the Authorize end point response less than 2 second. From a mobile app loading the (Azureb2c) login screen is now taking 2 seconds any help in reducing it would be appreciated .
azure-ad-b2c
I am invoking the authorization end point of AzureB2C using a mobile APP but finding it slow. I am not finding a handle to improve the performance
I see the java script in the authorize end point response containing javascript which has not been used a minify or compressed. Also it refer some static javascript files which are not picked from a CDN. Could this be a reason it is taking around 2 seconds ?
Can someone suggest how I can tune AzureB2C to get the Authorize end point response less than 2 second. From a mobile app loading the (Azureb2c) login screen is now taking 2 seconds any help in reducing it would be appreciated .
azure-ad-b2c
azure-ad-b2c
asked Mar 25 at 14:07
srinisrini
263 bronze badges
263 bronze badges
Hi @srini. Where are you hosting the content files?
– Chris Padgett
Mar 25 at 21:12
We have moved the content displayed on the Sigin Page to the CDN. We still have the jquery-bundle-1.1.02min.js appears to be downloading directly. Also in the Authorize end point we are seeing a response time varying from .6 mili seconds to 2 second. Is there any way to optimize the authorize call and reduce the time taken to download the jquery-bundle.
– srini
Mar 26 at 7:29
We are seeing the b2c endpoints having variable response times in India. We see in the US they perform much better. What could be the reason ?
– srini
Apr 15 at 19:32
add a comment |
Hi @srini. Where are you hosting the content files?
– Chris Padgett
Mar 25 at 21:12
We have moved the content displayed on the Sigin Page to the CDN. We still have the jquery-bundle-1.1.02min.js appears to be downloading directly. Also in the Authorize end point we are seeing a response time varying from .6 mili seconds to 2 second. Is there any way to optimize the authorize call and reduce the time taken to download the jquery-bundle.
– srini
Mar 26 at 7:29
We are seeing the b2c endpoints having variable response times in India. We see in the US they perform much better. What could be the reason ?
– srini
Apr 15 at 19:32
Hi @srini. Where are you hosting the content files?
– Chris Padgett
Mar 25 at 21:12
Hi @srini. Where are you hosting the content files?
– Chris Padgett
Mar 25 at 21:12
We have moved the content displayed on the Sigin Page to the CDN. We still have the jquery-bundle-1.1.02min.js appears to be downloading directly. Also in the Authorize end point we are seeing a response time varying from .6 mili seconds to 2 second. Is there any way to optimize the authorize call and reduce the time taken to download the jquery-bundle.
– srini
Mar 26 at 7:29
We have moved the content displayed on the Sigin Page to the CDN. We still have the jquery-bundle-1.1.02min.js appears to be downloading directly. Also in the Authorize end point we are seeing a response time varying from .6 mili seconds to 2 second. Is there any way to optimize the authorize call and reduce the time taken to download the jquery-bundle.
– srini
Mar 26 at 7:29
We are seeing the b2c endpoints having variable response times in India. We see in the US they perform much better. What could be the reason ?
– srini
Apr 15 at 19:32
We are seeing the b2c endpoints having variable response times in India. We see in the US they perform much better. What could be the reason ?
– srini
Apr 15 at 19:32
add a comment |
0
active
oldest
votes
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55339685%2fauthorize-end-point-of-b2c-taking-2-3-seconds-in-india%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
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55339685%2fauthorize-end-point-of-b2c-taking-2-3-seconds-in-india%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Hi @srini. Where are you hosting the content files?
– Chris Padgett
Mar 25 at 21:12
We have moved the content displayed on the Sigin Page to the CDN. We still have the jquery-bundle-1.1.02min.js appears to be downloading directly. Also in the Authorize end point we are seeing a response time varying from .6 mili seconds to 2 second. Is there any way to optimize the authorize call and reduce the time taken to download the jquery-bundle.
– srini
Mar 26 at 7:29
We are seeing the b2c endpoints having variable response times in India. We see in the US they perform much better. What could be the reason ?
– srini
Apr 15 at 19:32