Skip to content

oidc-debugger-action

Actions

About

Print decoded OIDC token claims generated through Github Actions
v1.0.2
Latest
Star (9)

Tags

 (1)

oidc-debugger-action

A simple action to debug OIDC claims generated by GitHub Actions.

Example

name: Test Debugger Action
on: 
  pull_request:
  workflow_dispatch:

jobs:
  oidc_debug_test:
    permissions:
      contents: read
      id-token: write
    runs-on: ubuntu-latest
    name: A test of the oidc debugger
    steps:
      - name: Debug OIDC Claims
        uses: steve-todorov/oidc-debugger-action@v1
        with:
          audience: '${{ github.server_url }}/${{ github.repository }}'

oidc-debugger-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Print decoded OIDC token claims generated through Github Actions
v1.0.2
Latest

Tags

 (1)

oidc-debugger-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.