Skip to content

add an example for azure and gha usage#27

Merged
AlexandreODelisle merged 3 commits into
mainfrom
docs/sts-azur
Mar 11, 2026
Merged

add an example for azure and gha usage#27
AlexandreODelisle merged 3 commits into
mainfrom
docs/sts-azur

Conversation

@AlexandreODelisle
Copy link
Copy Markdown
Owner

Description

Add examples to consume the STS service with GitHub Action and Azure.

Related Issue

Closes #10

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring / code cleanup
  • CI/CD or tooling update

Changes Made

  • GitHub Action inside a workflow
  • Azure inside a workflow
  • Azure for an application or locally using a Service Principal.

Copilot AI review requested due to automatic review settings March 10, 2026 01:53
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new EXAMPLES.md document to provide concrete end-to-end examples for exchanging OIDC/JWTs via github-sts, specifically covering Azure (Entra ID) and GitHub Actions native OIDC usage.

Changes:

  • Added Azure AD (Entra ID) examples for local/CLI usage and for GitHub Actions (via azure/login).
  • Added a GitHub Actions “native OIDC” workflow example (requesting an ID token from GitHub and exchanging it via github-sts).
  • Documented prerequisite oidc.allowed_issuers configuration for Azure and GitHub Actions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread EXAMPLES.md
Comment thread EXAMPLES.md
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Mar 11, 2026
@AlexandreODelisle AlexandreODelisle merged commit a8dd832 into main Mar 11, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: better documentation of alternatives OIDC providers

2 participants