Skip to content

Commit 447f1f3

Browse files
authored
Merge pull request #1293 from oracle-devrel/ios-apex-social-logon
Update README.md for /security/security-design
2 parents 12c4d89 + d30ec7c commit 447f1f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

security/security-design/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ 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](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)
59+
- 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
60+
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.
61+
5862

5963
# License
6064

0 commit comments

Comments
 (0)