Hi,
I want to intergrate an Azure AD multi tenant app. In this case the issuer is dynamic https://login.microsoftonline.com/{tenantid}/v2.0
I couldn’t find a way to use placeholders/expression in the issuer configuration while register the IDP.
When I just use https://login.microsoftonline.com I get an invalid issuer error while login.
When I use a fixed tenant id it works, but this is not what I need.
In Azure AD B2C I can provide an issuer prefix in a custom policy like:
<Item Key=“ValidTokenIssuerPrefixes”>https://login.microsoftonline.com/</Item>
How can I do this in okta?
Thanks and regards;
Christian