mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2597] oidc bug? #2073
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#2073
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 @ivan0413 on GitHub (Sep 30, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2597
Bug Description
the frpc.ini
authentication_method=oidc
oidc_client_id = 615551f85***************
oidc_client_secret = b30a094aa73638a74***************
oidc_audience = https://yfce8l-demo..cn/oidc/.well-known/openid-configuration
oidc_token_endpoint_url = https://yfce8l-demo..cn/oidc/token
the frps.ini
authentication_method = oidc
oidc_issuer = https://yfce8l-demo..cn/oidc
oidc_audience = https://yfce8l-demo..cn/oidc/.well-known/openid-configuration
the error is:
2021/09/30 15:15:35 [W] [service.go:104] login to server failed: couldn't generate OIDC token for login: oauth2: cannot fetch token: 400 Bad Request
Response: {"error_name":"invalid_client","error_description":"client authentication failed. ak and sk is incorrect"}
couldn't generate OIDC token for login: oauth2: cannot fetch token: 400 Bad Request
Response: {"error_name":"invalid_client","error_description":"client authentication failed. ak and sk is incorrect"}
why????? help me please,thx
frpc Version
0.37.0
frps Version
0.37.0
System Architecture
a client is windows/amd64 other client is linux/arm
Configurations
nothing
Logs
No response
Steps to reproduce
...
Affected area
@ivan0413 commented on GitHub (Sep 30, 2021):
When using authentication_method=token, the sk is no problem
@github-actions[bot] commented on GitHub (Oct 31, 2021):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.