Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.