身份认证

    通过 frpc.inifrps.ini 的 段落中配置 authentication_method 来指定要使用的身份验证方式。

    基于 Token 的身份验证方式比较简单,需要在 frpc 和 frps 的 [common] 段落中配置上相同的 token 参数即可。

    启用这一验证方式,参考配置如下:

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