LeHaine
LeHaine

Reputation: 1378

API Management Development Portal is not using the latest AAD B2C identity config settings after updating in the Identities blade

I have an APIM instance that was set up initially to use a built in user flow in B2C. The settings look like so:

Initial APIM B2C Identity Settings

When I update the sign-up policy and the sign-in policy to a new custom policy from B2C, the sign in page continues to use the old config settings.

New APIM B2C Identity Settings

When I go to the sign in page, the developer portal is pulling down a JSON file from /config-apim.json which returns the old settings. Although the settings come back as a new, something changes internally somewhere that when logging in portal returns an "invalid token" error.

It is almost as it is internally using the new policy but then the developer portal is using the old token settings.

apim-config.json

What has been tried:

Upvotes: 1

Views: 283

Answers (1)

Alexander
Alexander

Reputation: 104

Currently, you need to re-publish portal to apply this change.

Upvotes: 1

Related Questions