remote client-scopes and mappers for bearer only (#2065)

This commit is contained in:
Erik Jan de Wit 2022-02-21 16:20:24 +01:00 committed by GitHub
parent f3de9464f6
commit d5909709b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -412,7 +412,7 @@ export default function ClientDetails() {
messageBundle="clients"
/>
</Tab>
{!isRealmClient(client) && (
{!isRealmClient(client) && !client.bearerOnly && (
<Tab
id="clientScopes"
data-testid="clientScopesTab"