I am attempting to use a <a href="tel://1300000">1300000</a>
link on any custom policies HTML page in Azure AD B2C SSO but href="tel://1300000
is being stripped out and only <a>1300000</a>
is visible in the page source thus negating the link.
I can understand why this is done when attempting to use the <script>
tag as JavaScript is not permitted but I can't find any reference or logical reasoning as to why tel:
or tel://
are not permitted, I have also tried callto:
, auto-detected:
,sms:
and fax:
but these are also stripped.
If this is a limitation then some reasoning would be great, even better would be a possible workaround/solution.
Cheers!