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

@ -550,6 +550,7 @@ export function getProviderTypeOptions(category) {
{id: 'AzureAD', name: 'AzureAD'},
{id: 'Slack', name: 'Slack'},
{id: 'Steam', name: 'Steam'},
{id: 'Okta', name: 'Okta'},
{id: 'Custom', name: 'Custom'},
]
);