Okta authentiation for Vault

Hi Folks,
I am trying to setup authentication for Vault with Okta and I was able to configure it. When I try to access through UI , it works fine and okta app on mobile sends me notification to verify if it’s me or not. I was thinking if there is a way to integrate through SAML like can I add Vault on Okta dashboard and takes me to vault directly from there? providing policies and other stuff are configured.

Any help or suggestions are highly appreciated

Thanks

You could use OIDC for Okta.

Vault currently doesn’t support SAML but OpenID may be a reasonable alternative for you.

Thanks. I will look into that option.