Skip to content
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

Feat/1295 move saml config to db #1349

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

shentschel
Copy link
Collaborator

Description

This adds the possibility to save saml provider configurations in database.

Implementation

  • Add models, persister and migrations for saml provider data
  • Add API endpoints to admin API

Stefan Jacobi added 2 commits February 16, 2024 14:01
* add missing error logging as there is no real error output when there is a internal server error
* switch parseSamlResponse errors to invalid request errors.

Fixes: #1254
* add migrations
* add database models
* create a list of config providers and db providers on every call to be able to dynamically update them in case a new one was saved to the database -> prevents restarting the application

Closes: #1295
Stefan Jacobi and others added 2 commits February 20, 2024 10:46
* add note for checking and debugging attribute fields
* add chapter to inform about the possibility to persist SAML providers to database

Related to: #1295
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

Successfully merging this pull request may close these issues.

None yet

1 participant