Skip to content

mbp-1043: Client Assertion based authentication using Entra ID#155

Open
mlorenzofr wants to merge 1 commit into
validatedpatterns:mainfrom
mlorenzofr:mbp-1043
Open

mbp-1043: Client Assertion based authentication using Entra ID#155
mlorenzofr wants to merge 1 commit into
validatedpatterns:mainfrom
mlorenzofr:mbp-1043

Conversation

@mlorenzofr

Copy link
Copy Markdown
Collaborator

Summary

  • Add client assertion authentication support for Azure Entra ID in qtodo
  • Refactor qtodo Helm chart to support multiple OIDC providers (keycloak and entraid) with provider-specific configuration
  • Add automation scripts for Entra ID setup for qtodo, RHTPA, and RHTAS
  • Update documentation with Entra ID integration guide

Changes

Helm templates and helpers:

  • Refactor qtodo.oidc.url helper to support Entra ID tenant-specific URLs
  • Refactor qtodo.jwt.audience helper to handle Entra ID audience format

Automation scripts:

  • Add scripts/entraid/setup-qtodo-entraid.sh: automated qtodo app registration
  • Add scripts/entraid/setup-rhtas-entraid.sh: automated RHTAS app registration
  • Add scripts/entraid/setup-rhtpa-entraid.sh: automated RHTPA API and frontend app registrations
  • Add scripts/entraid/cleanup-entraid.sh: cleanup script for removing Entra ID resources created by setup scripts

Feature configuration:

  • Update scripts/features/entra-id.yaml with qtodo, RHTPA, and RHTAS Entra ID overrides
  • Add Vault secret templates for Entra ID client credentials and tenant configuration

Chart values:

  • Update charts/qtodo/values.yaml with Entra ID provider settings

Documentation:

  • Expand docs/oidc/entraid.md with:
    • Architecture overview and authentication flow
    • Prerequisites (Azure subscription, permissions, az CLI)
    • Step-by-step app registration process
    • Federated credential configuration for SPIFFE workload identities
    • Values file configuration examples

Dependencies

validatedpatterns-demos/qtodo#8

Test plan

  • Verify qtodo Helm chart renders correctly with Entra ID provider configuration
  • Verify automation scripts create app registrations with correct federated credentials
  • End-to-end authentication flow with Entra ID (pending qtodo app changes)
  • Test cleanup script removes all created resources

Signed-off-by: Manuel Lorenzo <mlorenzofr@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant