The master realm contains one realm-specific client for each other realm in the Keycloak. This client behaves strangely in the export:
it does not set the protocol field
it does not have redirect URIs and several other settings, which confuses at least the redirect URI checker auditors
Combined with #16, the best solution is probably to write a separate "is realm specific client in master realm" check and exclude them from relevant auditors.
The master realm contains one realm-specific client for each other realm in the Keycloak. This client behaves strangely in the export:
protocol
fieldCombined with #16, the best solution is probably to write a separate "is realm specific client in master realm" check and exclude them from relevant auditors.