remote client-scopes and mappers for bearer only (#2065)
This commit is contained in:
parent
f3de9464f6
commit
d5909709b7
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ export default function ClientDetails() {
|
|||
messageBundle="clients"
|
||||
/>
|
||||
</Tab>
|
||||
{!isRealmClient(client) && (
|
||||
{!isRealmClient(client) && !client.bearerOnly && (
|
||||
<Tab
|
||||
id="clientScopes"
|
||||
data-testid="clientScopesTab"
|
||||
|
|
Loading…
Reference in a new issue