I want to update the client secret for Azure AD authentication to the deprecated developer portal in APIM. When i go to Identities (side menu) -> Azure Active Directory, and open the settings I am getting this message: "Your developer portal is configured to use the ADAL library for user authentication, but your Azure AD application is configured for the MSAL version. Select "MSAL" as the client library from the dropdown, save the settings, and republish the developer portal."
When I select "MSAL" I get this message: "MSAL library isn't supported in the legacy developer portal."
And I need to republish the developer portal with both ADAL and MSAL. In the portal overview i see no option to publish the deprecated portal.
Does anyone know how I can fix this problem?