Hi @Alexander Tarnavsky • Thank you for reaching out.
I understand that you want to have the signup/sign-in URL shortened to domain.com/login
. This is only possible if the application handles the signup/sign-in process without using an IDP such as B2C/Okta/PingFederate for this purpose.
However, this is not possible in the case of the applications that are federated with B2C as the federated applications must pass the parameters required by OAuth/OIDC parameters such as client_id, response type, redirect_uri, scope, state, nonce etc. If the application is federated using SAML, the required parameters for SAML protocol must be present in the authentication request.
So, you can only use a custom domain in the authentication request but you can not customize the entire URL by hiding/removing the OAuth/OIDC parameters, if the authentication is handled by Azure AD B2C.
Read more:
- Web sign in with OpenID Connect in Azure Active Directory B2C
- OAuth 2.0 authorization code flow in Azure Active Directory B2C
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.