Skip to content

feat(issuer): added custom common name parsers for microsoft entra & ping - #159

Merged
jadiaconu merged 1 commit into
mainfrom
feature/pyra-606-entra-ping-common-name
Jan 27, 2026
Merged

feat(issuer): added custom common name parsers for microsoft entra & ping#159
jadiaconu merged 1 commit into
mainfrom
feature/pyra-606-entra-ping-common-name

Conversation

@mkedjour

@mkedjour mkedjour commented Jan 26, 2026

Copy link
Copy Markdown
Contributor

Description

This is a quick fix to adapt Microsoft Entra and Ping IdPs.

The problem is that when we try to construct the issuer's common name using the iss claim, we always get login.microsoftonline.com and auth.pingone.* no matter the tenant.

The quick fix consists of detecting these two IdPs when we parse the common name and injecting the tenant ID as a sub domain from the URL path.

Type of Change

  • Bugfix
  • New Feature
  • Breaking Change
  • Refactor
  • Documentation
  • Other (please describe)

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

…d ping

Signed-off-by: Mohamed Tahar KEDJOUR <mkedjour@cisco.com>
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@jadiaconu jadiaconu left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice stuff

@jadiaconu
jadiaconu merged commit f1780a5 into main Jan 27, 2026
6 checks passed
@jadiaconu
jadiaconu deleted the feature/pyra-606-entra-ping-common-name branch January 27, 2026 08:04
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.

2 participants