N
Nicky Vermeersch
Guest
Guest or Bot
Hello
I'm trying to get a single sign on to work for Bookstack (wiki). I set up my endpoints in the .env of Bookstack
Code:
Read more
Continue reading...
I'm trying to get a single sign on to work for Bookstack (wiki). I set up my endpoints in the .env of Bookstack
Code:
Code:
# XenForo 2.3
# This tells BookStack exactly where to find the username in the XenForo response
OIDC_DISPLAY_NAME_CLAIMS=username
# XenForo Connection
OIDC_ISSUER=https://www.mcmiddleearth.com/community/
OIDC_ISSUER_DISCOVER=false
OIDC_JWKS_URI=https://www.mcmiddleearth.com/community/api/oauth2/keys
OIDC_CLIENT_ID=******************...
Read more
Continue reading...