website/docs: add source property mappings, rework provider property mappings (#10652)
This commit is contained in:

committed by
GitHub

parent
9343e3495a
commit
322ae4c4ed
@ -74,6 +74,15 @@ const docsSidebar = {
|
||||
id: "providers/index",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: "category",
|
||||
label: "Property Mappings",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "providers/property-mappings/index",
|
||||
},
|
||||
items: ["providers/property-mappings/expression"],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Google Workspace Provider",
|
||||
@ -168,14 +177,6 @@ const docsSidebar = {
|
||||
id: "sources/index",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: "category",
|
||||
label: "Directory synchronization",
|
||||
items: [
|
||||
"sources/active-directory/index",
|
||||
"sources/freeipa/index",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Protocols",
|
||||
@ -186,6 +187,23 @@ const docsSidebar = {
|
||||
"sources/scim/index",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Property Mappings",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "sources/property-mappings/index",
|
||||
},
|
||||
items: ["sources/property-mappings/expressions"],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Directory synchronization",
|
||||
items: [
|
||||
"sources/active-directory/index",
|
||||
"sources/freeipa/index",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Social Logins",
|
||||
@ -311,15 +329,6 @@ const docsSidebar = {
|
||||
"policies/expression",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Property Mappings",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "property-mappings/index",
|
||||
},
|
||||
items: ["property-mappings/expression"],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Events",
|
||||
@ -374,7 +383,10 @@ const docsSidebar = {
|
||||
type: "doc",
|
||||
id: "user-group-role/groups/index",
|
||||
},
|
||||
items: ["user-group-role/groups/manage_groups"],
|
||||
items: [
|
||||
"user-group-role/groups/manage_groups",
|
||||
"user-group-role/groups/group_ref",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
|
Reference in New Issue
Block a user