All view IDP with view-identity-providers role. (#3778)
This commit is contained in:
parent
ae94205800
commit
481fb0da48
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export const IdentityProviderRoute: RouteDef = {
|
|||
path: "/:realm/identity-providers/:providerId/:alias/:tab",
|
||||
component: lazy(() => import("../add/DetailSettings")),
|
||||
breadcrumb: (t) => t("identity-providers:providerDetails"),
|
||||
access: "manage-identity-providers",
|
||||
access: "view-identity-providers",
|
||||
};
|
||||
|
||||
export const toIdentityProvider = (
|
||||
|
|
Loading…
Reference in a new issue