Skip to content

Commit d2df872

Browse files
authored
Update README.md
Added missing link
1 parent 23061d8 commit d2df872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/security-design/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Reviewed: 01.02.2024
5555
- [Zero Trust Security Model](https://www.oracle.com/security/what-is-zero-trust/)
5656
- [Cloud Security Documentation](https://docs.oracle.com/en-us/iaas/Content/Security/Concepts/security.htm#Security_Guide_and_Announcements)
5757
- [OCI Architecture Center](https://www.oracle.com/uk/cloud/architecture-center/)
58-
- [Integrate APEX with OCI IAM Domains]()
58+
- [Integrate APEX with OCI IAM Domains](https://docs.oracle.com/en/learn/apex-identitydomains-sso/index.html#task-4-create-a-new-authentication-scheme-in-oracle-apex-for-the-sample-application)
5959
- Oracle APEX is the premier low code tool. With Oracle OCI IAM you can add proper governance to user management and authorization governance though OCI IAM groups mapped to APEX roles. Since APEX is using OAUTH for integration with Oracle OCI IAM, users is not required to managed within APEX, only user and group assignments to users is managed in APEX. If you want to manage user profile within APEX, this can easily be added by adding a post. In the post below, step 7 and 8 gives one example of how a post authentication function can be built. This can be extended to use REST to retrieve additional attributes from OCI IAM Domains, or more common use case, create a local user profile in a local table, if a local user profile does not exist for the current user. The elegant piece, is that the OCI IAM Domain integration provides username and authorization available though standard APEX API for later usage in your code
6060
The link above details how to integrate APEX with OCI IAM Domain, utilizing OAUTH, and then leave the user governance entirely to OCI IAM Domains.
6161

0 commit comments

Comments
 (0)