Dynamic SSO integration in Django using SAML protocol
My company wants me to build an engine that will store SSO IDP’s details like login url, client key, client secret and any other field required for SSO login. All the details should be stored in the database and the information should be collected from the client using the dashboard. I cannot configure the details in settings.py file.