Skip to content

SAML2 support missing #388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
joshuakraitberg opened this issue Apr 3, 2023 · 2 comments
Closed

SAML2 support missing #388

joshuakraitberg opened this issue Apr 3, 2023 · 2 comments
Labels

Comments

@joshuakraitberg
Copy link
Contributor

SAML2 is an alternative authorization flow often used in the same places LDAP is.

The documentation for how SAML2 is enabled can be found here:
https://www.bookstackapp.com/docs/admin/saml2-auth/

As part of this change, several required and optional values are to be added to the .env file.
The ideal place to do this is in docker-entrypoints.sh using existing template pattern.

Some of these values must default to false as specified in the
documentation, some must default as null.

An example of usage can be found here:
https://goauthentik.io/integrations/services/bookstack/

@ssddanbrown
Copy link
Contributor

It's been a while since I tested, but AFAIK, you should be able to just define your required options as environment variables on the container, and they'd carry across to BookStack. They don't have to be part of the original .env set-up by the script and, unless required for some reason, I'd advise they're not added otherwise it widens the scope of what this container setup needs to support whilst also requiring this project to track any possible changes to config defaults in BookStack itself.

@stale
Copy link

stale bot commented May 20, 2023

This issue has been automatically marked as stale because it has not had any activity for the last 30 days. It will be closed if no further activity occurs during the next 7 days. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants