mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2806] id token issued by a different provider #2242
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#2242
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?
Originally created by @sunzeteng9 on GitHub (Feb 18, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2806
Bug Description
register control error: invalid OIDC token in login: oidc: id token issued by a different provider, expected "http://127.0.0.1:8086/" got ""
frpc Version
frp_0.39.1_windows_amd64
frps Version
frp_0.39.1_windows_amd64
System Architecture
_windows
Configurations
[common]
bind_port = 7001
server_addr = 127.0.0.1
dashboard_port = 65533
authentication_method = oidc
authenticate_heartbeats = true
oidc_audience = openid
oidc_issuer = http://127.0.0.1:8086/
[common]
server_addr = 127.0.0.1
server_port = 7001
authentication_method = oidc
oidc_client_id = wYqmpgj04puuyPUeRKgK9zP1IYi5X1kG
oidc_client_secret = z2RHeCn1c0hBSVGhfM6jO1kMnRQKGq5cHEu5U4UF
oidc_audience = openid
oidc_token_endpoint_url = http://127.0.0.1:8086/oauth/token
Logs
No response
Steps to reproduce
...
Affected area
@blizard863 commented on GitHub (Mar 13, 2022):
https://github.com/fatedier/frp/issues/2822
@github-actions[bot] commented on GitHub (Apr 13, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.