How to configure OpenID for Okta Integration?
Configure Openid for Okta Integration in the customer portal. Need to create an application in OpenID Connect | Okta.
After Creating Open Customer Portal Application and copying the client id, the secret.
Add sign-in and signout re-direct uri for customer portal.
OpenID configuration in Identity Provider for Okta. Need to add Authority, ClientId, Secret, Metadata address.
Need to add Logout redirect url in site settings.
Please refer to the Okta Integration url.
OKTA user creation from Flow.
Need to Call the HTTP request to OKTA API with the below parameters.
An authorization token will be added after the words "SSWS", to generate a token.
Goto OKTA Admin console -> Security -> API
Then Click on the tab Tokens -> Create token.
In response, you will get the Userid, extract the Userid, and create the External Identities with the same.