jitsi-openid icon indicating copy to clipboard operation
jitsi-openid copied to clipboard

Trying to work with Authelia

Open dacrudg opened this issue 6 months ago • 0 comments

Hi,

I'm trying to get this to work with Authelia. Authelia requires a configuration like:

Jitsi

  • client_id: 'jitsi' client_name: 'Jitsi' client_secret: $pbkdf2-sha512$310000$yjRam/tJ2Jwv122W0gtbzg$yTadtJmRuJxBwd.m4Wmm3itwA6cP.b7C3/q.F3Qx1Tw5XZTHK2j38ADve9KL5uRnW9xXMMBAan0PPjfV/4.SiA public: false authorization_policy: 'one_factor' redirect_uris: - 'https://jitsiopenid.domain.com/user/oauth2/Authelia/callback' scopes: - 'openid' - 'profile' - 'email' userinfo_signed_response_alg: 'none'

What value would I set for 'redirect_uris' in the example above? Any help would be much appreciated. Thank you Here's an example of a Gitea configuration: https://www.authelia.com/integration/openid-connect/gitea/

dacrudg avatar Aug 12 '24 19:08 dacrudg