mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #2802] [CLOSED] Add audience to token generator #4628
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4628
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/2802
Author: @addisonj
Created: 2/16/2022
Status: ❌ Closed
Base:
dev← Head:oidc_token_gen📝 Commits (1)
4ac3d7eAdd audience to token generator📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
pkg/auth/oidc.go(+3 -0)📄 Description
Certain implementations of oauth2, such as auth0, require the audience
parameter to be send to the token generation endpoint.
This commit adds an additional parameter to, by default, send the
audience parameter.
This should be be broadly compatible and ignored by other
implementations. Otherwise, we can consider an additional configuration
option
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.