Add Okta OAuth provider (#729)

This commit is contained in:
greenhandatsjtu
2022-05-01 18:31:42 +08:00
committed by GitHub
parent 912d9d0c01
commit fc0ca4cceb
8 changed files with 246 additions and 1 deletions

View File

@ -382,7 +382,7 @@ class ProviderEditPage extends React.Component {
)
}
{
this.state.provider.type !== "Adfs" && this.state.provider.type !== "Casdoor" ? null : (
this.state.provider.type !== "Adfs" && this.state.provider.type !== "Casdoor" && this.state.provider.type !== "Okta" ? null : (
<Row style={{marginTop: '20px'}} >
<Col style={{marginTop: '5px'}} span={2}>
{Setting.getLabel(i18next.t("provider:Domain"), i18next.t("provider:Domain - Tooltip"))} :