diff --git a/oci-and-db/foundation/cloud-security/iam/identity-domains-sms-enrollment/README.md b/oci-and-db/foundation/cloud-security/iam/identity-domains-sms-enrollment/README.md new file mode 100644 index 000000000..24bb45d79 --- /dev/null +++ b/oci-and-db/foundation/cloud-security/iam/identity-domains-sms-enrollment/README.md @@ -0,0 +1,40 @@ +# OCI Identity Domains – SMS Enrollment Reference Implementation + +## Overview + +This repository accompanies the Oracle Blog: + +**Verify Phone Numbers During User Registration Without Adding Friction to Sign-In** + +It demonstrates how to implement phone number verification during user registration using Oracle Cloud Infrastructure (OCI) Identity Domains and the public Identity Domains REST APIs. + +Rather than enforcing SMS during every authentication, this solution uses SMS solely to verify ownership of the mobile number during onboarding while allowing organizations to enforce Multi-Factor Authentication (MFA) later through Identity Domains Sign-On Policies. + +## Repository Contents + +This repository contains: + +- Architecture diagrams +- End-to-end API workflow +- OAuth token acquisition examples +- REST API examples +- cURL samples +- Postman collection +- Sample implementations +- Troubleshooting guidance + +## Architecture + +Coming soon. + +## REST Examples + +Coming soon. + +## Postman Collection + +Coming soon. + +## Sample Code + +Coming soon.