Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ The Microsoft Identity Web roadmap is available from [Roadmap](https://github.co

Understanding how to properly configure authentication authorities is crucial for Azure AD, B2C, and CIAM applications:

- **[Authority Configuration & Precedence Guide](docs/authority-configuration.md)** - Comprehensive guide explaining how Authority, Instance, and TenantId work together
- **[B2C Authority Examples](docs/b2c-authority-examples.md)** - Azure AD B2C-specific configuration patterns and best practices
- **[CIAM Authority Examples](docs/ciam-authority-examples.md)** - Customer Identity Access Management (CIAM) scenarios with custom domains
- **[Migration Guide](docs/migration-authority-vs-instance.md)** - Upgrade path for existing applications and resolving configuration conflicts
- **[Authority FAQ](docs/faq-authority-precedence.md)** - Common questions and troubleshooting tips
- **[Authority Configuration & Precedence Guide](docs/authority-configuration/README.md)** - Comprehensive guide explaining how Authority, Instance, and TenantId work together
- **[B2C Authority Examples](docs/authority-configuration/b2c-authority-examples.md)** - Azure AD B2C-specific configuration patterns and best practices
- **[CIAM Authority Examples](docs/authority-configuration/ciam-authority-examples.md)** - Customer Identity Access Management (CIAM) scenarios with custom domains
- **[Migration Guide](docs/authority-configuration/migration-authority-vs-instance.md)** - Upgrade path for existing applications and resolving configuration conflicts
- **[Authority FAQ](docs/authority-configuration/faq-authority-precedence.md)** - Common questions and troubleshooting tips

## Where do I file issues

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ If upgrading from earlier versions:

## Additional Resources

- [Authority Configuration & Precedence Guide](authority-configuration.md)
- [Authority Configuration & Precedence Guide](README.md)
- [CIAM Authority Examples](ciam-authority-examples.md)
- [Migration Guide](migration-authority-vs-instance.md)
- [Azure AD B2C documentation](https://learn.microsoft.com/azure/active-directory-b2c/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ builder.Services.AddDownstreamApi("DownstreamApi",

## Additional Resources

- [Authority Configuration & Precedence Guide](authority-configuration.md)
- [Authority Configuration & Precedence Guide](README.md)
- [Azure AD B2C Authority Examples](b2c-authority-examples.md)
- [Migration Guide](migration-authority-vs-instance.md)
- [Microsoft Entra External ID documentation](https://learn.microsoft.com/entra/external-id/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ See the [Migration Guide](migration-authority-vs-instance.md) for detailed upgra

## Additional Resources

- [Authority Configuration & Precedence Guide](authority-configuration.md)
- [Authority Configuration & Precedence Guide](README.md)
- [Azure AD B2C Authority Examples](b2c-authority-examples.md)
- [CIAM Authority Examples](ciam-authority-examples.md)
- [Migration Guide: Authority vs Instance/TenantId](migration-authority-vs-instance.md)
Expand All @@ -447,7 +447,7 @@ See the [Migration Guide](migration-authority-vs-instance.md) for detailed upgra

If your question isn't answered here:

1. Check the [main documentation](authority-configuration.md)
1. Check the [main documentation](README.md)
2. Review [GitHub Issues](https://github.com/AzureAD/microsoft-identity-web/issues)
3. Ask on [Stack Overflow](https://stackoverflow.com) with tags `microsoft-identity-web` and `azure-ad`
4. Open a [new GitHub issue](https://github.com/AzureAD/microsoft-identity-web/issues/new) with your specific scenario
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ If you have multiple applications:

## Additional Resources

- [Authority Configuration & Precedence Guide](authority-configuration.md)
- [Authority Configuration & Precedence Guide](README.md)
- [Azure AD B2C Authority Examples](b2c-authority-examples.md)
- [CIAM Authority Examples](ciam-authority-examples.md)
- [Authority Precedence FAQ](faq-authority-precedence.md)
Expand Down
Loading