mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3236] 0.46版FRP,参数oidc_audience如何配置 #2597
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#2597
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 @jackwang-wangcb on GitHub (Jan 3, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3236
Describe the feature request
0.46版本中
当设置
authentication_method = oidc
需要配置
oidc_audience =
在frps_full.ini 中
有这样一句
oidc_audience specifies the audience OIDC tokens should contain when validated.
本人英文不好,没太明白这句的意思
哪位大神给说下当 authentication_method = oidc时
参数 oidc_audience 该怎样配置
谢谢了
Describe alternatives you've considered
No response
Affected area
@superzjg commented on GitHub (Jan 3, 2023):
这里有一个教程,不过我还没来得及试:
https://blog.csdn.net/ly1358152944/article/details/126712406
@jackwang-wangcb commented on GitHub (Jan 3, 2023):
这个教程我也看了,版本不太一致
不过我自己用spring 搭建了一个oidc服务,能用
@aldington-david commented on GitHub (Aug 1, 2023):
你好能请教一下怎么搭建的吗,有没有相关的教程.还有问一下你的SCOPES参数是怎么填的,我看frps的oidc设置里只有oidc_issuer跟oidc_audience
@jackwang-wangcb commented on GitHub (Aug 3, 2023):
哪有什么教程啊,都是找spring的官方文档一点一点尝试。
frpc.ini配置
[common]
server_addr = 3x.xx.1xx.xx
server_port = 7000
authentication_method = oidc
authenticate_heartbeats = true
authenticate_new_work_conns = false
oidc_client_id = clientid(自定义的)
oidc_client_secret =密钥(自定义的)
oidc_audience =
oidc_scope = openid
oidc_token_endpoint_url =http://xxx.xxx.xx/oauth2/token(spring项目地址)
[xxx]
type = http
local_port = 80
subdomain = xxx
spring 配置 参考附件
@.***
发件人: aldington.david
发送时间: 2023-08-01 18:06
收件人: fatedier/frp
抄送: jackwang-wangcb; State change
主题: Re: [fatedier/frp] 0.46版FRP,参数oidc_audience如何配置 (Issue #3236)
这里有一个教程,不过我还没来得及试: https://blog.csdn.net/ly1358152944/article/details/126712406
这个教程我也看了,版本不太一致 不过我自己用spring 搭建了一个oidc服务,能用
你好能请教一下怎么搭建的吗,有没有相关的教程
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you modified the open/close state.Message ID: @.***>
@jackwang-wangcb commented on GitHub (Aug 3, 2023):
给个邮箱,我把关键配置给你
@aldington-david commented on GitHub (Aug 3, 2023):
感谢,麻烦发到ken_neth@live.cn。我自己用django整了个,老是SCOPES参数验证不了