Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Fix variable substitution in config #63

Closed
wants to merge 1 commit into from
Closed

Fix variable substitution in config #63

wants to merge 1 commit into from

Conversation

NubiaNetworks
Copy link

@NubiaNetworks NubiaNetworks commented Mar 3, 2022

Fixes #62
I'm not sure if wsgi.py is the right place to perform the variable substitution, as somehow I feel it is more appropriate to bury it away in the init_oidc_rp_handler.

@rohe
Copy link
Contributor

rohe commented Mar 4, 2022

The variable substitution is supposed to be handled by the Configure class (oidcrp.configure.Configure).
If that's not working as it should. Then Configure should be fixed.

@rohe rohe closed this Mar 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flask_rp does not substitute {host} an {port} in configuration
3 participants