Hi,
To switch FAW Authentication method to JWT, I tried to create RSA keys using openssl command in OCI Cloud Shell .
I am able to create RSA private key in PKCS#8 format but not in PKCS#1 format which is required for FA authentication.
I don't know the exact reason, but none of the openssl conversion Command from pkcs8 to pkcs1 worked. Can anyone help on this?
Blog referred : https://blogs.oracle.com/analytics/post/using-jwt-token-with-faw
Thank you