frp icon indicating copy to clipboard operation
frp copied to clipboard

OIDC 认证的时候 oidc_issuer oidc_audience oidc_client_id oidc_client_secret oidc_audience oidc_token_endpoint_url 说明是什么

Open Tongzhongren opened this issue 3 years ago • 2 comments

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
  • [X] Security
  • [ ] User Experience
  • [ ] Test and Release
  • [ ] Developer Infrastructure
  • [ ] Client Plugin
  • [ ] Server Plugin
  • [ ] Extensions
  • [ ] Others

Tongzhongren avatar Jul 14 '22 06:07 Tongzhongren

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

Becods avatar Jul 16 '22 09:07 Becods

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服务怎么搭建,有具体的链接参考吗

Tongzhongren avatar Jul 18 '22 01:07 Tongzhongren

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

github-actions[bot] avatar Aug 18 '22 00:08 github-actions[bot]