How to add private IP address in the Journey framing in the relying party in Azure AD B2C custom policy?

Vijay Jupudi 0 Reputation points
2024-08-20T02:58:46.65+00:00

Hello,

I am currently setting up a custom policy for my application using Azure AD B2C with Identity Experience Framework to customize the Sign In and Sign Up flows. However, I encountered an error message while uploading the custom policy in Azure AD B2C that says "Journey framing in the relying party expects absolute https urls, the given url 'https://192.168.200.99:8088' is invalid." How do I add a private IP or local private IP address to the Journey framing in the relying party in Azure AD B2C custom policy?

Thanks in advance.

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,908 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,065 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Akhilesh Vallamkonda 10,150 Reputation points Microsoft Vendor
    2024-08-21T14:54:31.3066667+00:00

    Hi @Vijay Jupudi

    Thank you for reaching us!

    The error message you received indicates that the URL you provided for the relying party in your custom policy is not a valid HTTPS URL. This is because the URL you provided is a private IP address, which is not a valid URL for the relying party.

    To add a private IP or local private IP address to the Journey framing in the relying party in Azure AD B2C custom policy, you need to use a valid URL that starts with "https://" and points to a publicly accessible endpoint. Private IP addresses are not publicly accessible, so you cannot use them as the endpoint for your relying party.

    you can use a publicly accessible domain name for your relying party. once you have a valid URL for your relying party, you can update your custom policy to use that URL in the Journey framing for the relying party.

    Hope this helps. Do let us know if you any further queries by responding in the comments section.

    Thanks,

    Akhilesh.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.