This is a repository for two different token based authentication to Oracle 19C database. Yo can integrate database authentication into OCI IAM Domain or Azure AD it is a common securty desire not to managed users, especially priviledged users directly in the databases, bt have a central management from either OCI IAM Domain or AzureAd. By permitting token only authenticstion, the management of local DBAs are offloaded to external IAM soruces like OCI IAM.
For OCI the token is most easily created with the OCI CLI:
oci iam db-token get --profile pelle
Private key written at /home/oracle/.oci/db-token/oci_db_key.pem
The repo consist of:
Description of how to configure OCI IAM Domain token based Database athentication)
Description of how to configure AzureAZ for db token
