Entra ID provider causes JWTInvalid: JWTs must use Compact JWS serialization, JWT must be a string error #9744
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Triage issue | |
on: | |
issues: | |
types: [labeled, opened] | |
issue_comment: | |
types: [created] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
permissions: | |
issues: write | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Nissuer | |
uses: balazsorban44/nissuer@1.9.2 | |
with: | |
label-area-prefix: "" | |
label-area-section: "[Provider|Adapter] type(.*)### Environment" | |
label-comments: '{ "incomplete": ".github/invalid-reproduction.md", "good first issue": ".github/good-first-issue.md", "help needed": ".github/help-needed.md" }' | |
reproduction-link-section: "### Reproduction URL(.*)### Describe the issue" | |
reproduction-invalid-label: "invalid reproduction" | |
reproduction-issue-labels: "bug," | |
reproduction-blocklist: "github.com/nextauthjs.*" |