[GH-ISSUE #3015] OIDC 认证的时候 oidc_issuer oidc_audience oidc_client_id oidc_client_secret oidc_audience oidc_token_endpoint_url 说明是什么 #2409

Closed
opened 2026-05-05 13:32:58 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @Tongzhongren on GitHub (Jul 14, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3015

Bug Description

OIDC 认证的时候 oidc_issuer oidc_audience oidc_client_id oidc_client_secret oidc_audience oidc_token_endpoint_url 说明是什么,能说一下吗

frpc Version

0.44.0

frps Version

0.44.0

System Architecture

linux/amd64,windows/amd64

Configurations

frps.ini

[common]
authentication_method = oidc
oidc_issuer = https://example-oidc-issuer.com/
oidc_audience = https://oidc-audience.com/.default

frpc.ini

[common]
authentication_method = oidc
oidc_client_id = 98692467-37de-409a-9fac-bb2585826f18 # Replace with OIDC client ID
oidc_client_secret = oidc_secret
oidc_audience = https://oidc-audience.com/.default
oidc_token_endpoint_url = https://example-oidc-endpoint.com/oauth2/v2.0/token

Logs

No response

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @Tongzhongren on GitHub (Jul 14, 2022). Original GitHub issue: https://github.com/fatedier/frp/issues/3015 ### Bug Description OIDC 认证的时候 oidc_issuer oidc_audience oidc_client_id oidc_client_secret oidc_audience oidc_token_endpoint_url 说明是什么,能说一下吗 ### frpc Version 0.44.0 ### frps Version 0.44.0 ### System Architecture linux/amd64,windows/amd64 ### Configurations # frps.ini [common] authentication_method = oidc oidc_issuer = https://example-oidc-issuer.com/ oidc_audience = https://oidc-audience.com/.default # frpc.ini [common] authentication_method = oidc oidc_client_id = 98692467-37de-409a-9fac-bb2585826f18 # Replace with OIDC client ID oidc_client_secret = oidc_secret oidc_audience = https://oidc-audience.com/.default oidc_token_endpoint_url = https://example-oidc-endpoint.com/oauth2/v2.0/token ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [X] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:32:58 -06:00
Author
Owner
<!-- gh-comment-id:1186128671 --> @Becods commented on GitHub (Jul 16, 2022): https://github.com/fatedier/frp/blob/4af85da0c2c6eb981142a8fdb44f885d26cb9d08/conf/frpc_full.ini#L43-L62 https://github.com/fatedier/frp/blob/4af85da0c2c6eb981142a8fdb44f885d26cb9d08/conf/frps_full.ini#L66-L94
Author
Owner

@Tongzhongren commented on GitHub (Jul 18, 2022):

4af85da0c2/conf/frpc_full.ini (L43-L62)

4af85da0c2/conf/frps_full.ini (L66-L94)

我想知道oidc服务怎么搭建,有具体的链接参考吗

<!-- gh-comment-id:1186677938 --> @Tongzhongren commented on GitHub (Jul 18, 2022): > https://github.com/fatedier/frp/blob/4af85da0c2c6eb981142a8fdb44f885d26cb9d08/conf/frpc_full.ini#L43-L62 > > > https://github.com/fatedier/frp/blob/4af85da0c2c6eb981142a8fdb44f885d26cb9d08/conf/frps_full.ini#L66-L94 我想知道oidc服务怎么搭建,有具体的链接参考吗
Author
Owner

@github-actions[bot] commented on GitHub (Aug 18, 2022):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1218771373 --> @github-actions[bot] commented on GitHub (Aug 18, 2022): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2409
No description provided.