Skip to content

Commit

Permalink
add required configuration parameter in config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Frust committed Apr 13, 2017
1 parent 552be8e commit 0b81c6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shibboleth_authenticator/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

"""Configuration variables for service provider."""

SHIBBOLETH_REMOTE_APPS = {}
"""Configuration of remote applications."""

0 comments on commit 0b81c6b

Please sign in to comment.