Skip to content

Commit d0315bf

Browse files
feat(companyrole): add content for companyrole change (#277)
1 parent 7589e07 commit d0315bf

File tree

2 files changed

+54
-2
lines changed

2 files changed

+54
-2
lines changed

public/assets/content/de/companyRoleChange.json

+27-1
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,31 @@
152152
}
153153
]
154154
}
155+
},
156+
"ONBOARDING_SERVICE_PROVIDER": {
157+
"selected": {
158+
"features": [
159+
{
160+
"title": "Managed IdPs",
161+
"description": "Company Administrator and IT Admins are able to create and manage Managed IdPs for 3rd party registrations."
162+
},
163+
{
164+
"title": "OSP Management Board accessible",
165+
"description": "Company Administrator and IT Admins can access the new Management Board for OSPs - including an overview of managed IdPs, registered customers & configuration of callback url."
166+
}
167+
]
168+
},
169+
"deselected": {
170+
"features": [
171+
{
172+
"title": "Managed IdPs",
173+
"description": "Company Administrator and IT Admins will loose the permission to create and manage Managed IdPs for 3rd party registrations. Note existing Managed IdP connections wont be editable anymore. Make sure you dont have active connections existing."
174+
},
175+
{
176+
"title": "OSP Management Board accessible",
177+
"description": "Company Administrator and IT Admins will loose the permission to access the Management Board for OSPs - including an overview of managed IdPs, registered customers & configuration of callback url."
178+
}
179+
]
180+
}
155181
}
156-
}
182+
}

public/assets/content/en/companyRoleChange.json

+27-1
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,31 @@
152152
}
153153
]
154154
}
155+
},
156+
"ONBOARDING_SERVICE_PROVIDER": {
157+
"selected": {
158+
"features": [
159+
{
160+
"title": "Managed IdPs",
161+
"description": "Company Administrator and IT Admins are able to create and manage Managed IdPs for 3rd party registrations."
162+
},
163+
{
164+
"title": "OSP Management Board accessible",
165+
"description": "Company Administrator and IT Admins can access the new Management Board for OSPs - including an overview of managed IdPs, registered customers & configuration of callback url."
166+
}
167+
]
168+
},
169+
"deselected": {
170+
"features": [
171+
{
172+
"title": "Managed IdPs",
173+
"description": "Company Administrator and IT Admins will loose the permission to create and manage Managed IdPs for 3rd party registrations. Note existing Managed IdP connections wont be editable anymore. Make sure you dont have active connections existing."
174+
},
175+
{
176+
"title": "OSP Management Board accessible",
177+
"description": "Company Administrator and IT Admins will loose the permission to access the Management Board for OSPs - including an overview of managed IdPs, registered customers & configuration of callback url."
178+
}
179+
]
180+
}
155181
}
156-
}
182+
}

0 commit comments

Comments
 (0)