Skip to content

Commit e0f3e45

Browse files
authored
Replace IDP with Identity Provieder (#502)
1 parent 6512a51 commit e0f3e45

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

portal-ui/src/screens/Console/Tenants/ListTenants/AddTenant.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,8 @@ const AddTenant = ({
10501050
<br />
10511051
<span className={classes.descriptionText}>
10521052
Check 'Advanced Mode' for additional configuration options, such
1053-
as IDP, Disk Encryption, and customized TLS/SSL Certificates.
1053+
as configuring an Identity Provider, Encryption at rest, and
1054+
customized TLS/SSL Certificates.
10541055
<br />
10551056
Leave 'Advanced Mode' unchecked to use the secure default settings
10561057
for the tenant.
@@ -1212,12 +1213,12 @@ const AddTenant = ({
12121213
],
12131214
},
12141215
{
1215-
label: "IDP",
1216+
label: "Identity Provider",
12161217
advancedOnly: true,
12171218
componentRender: (
12181219
<React.Fragment>
12191220
<div className={classes.headerElement}>
1220-
<h3 className={classes.h3Section}>IDP</h3>
1221+
<h3 className={classes.h3Section}>Identity Provider</h3>
12211222
<span className={classes.descriptionText}>
12221223
Access to the tenant can be controlled via an external Identity
12231224
Manager.
@@ -1228,7 +1229,7 @@ const AddTenant = ({
12281229
currentSelection={idpSelection}
12291230
id="idp-options"
12301231
name="idp-options"
1231-
label="IDP Selection"
1232+
label="Protocol"
12321233
onChange={(e) => {
12331234
setIdpSelection(e.target.value);
12341235
}}

0 commit comments

Comments
 (0)