Surprise. Here we're not using the oidc flow.

This commit is contained in:
Ralph Bean 2017-09-26 18:03:35 +00:00
parent fe92f69deb
commit e767e17d32

View file

@ -42,7 +42,7 @@ LogLevel DEBUG
</RequireAny>
Require all granted
{% else %}
AuthType openid-connect
AuthType oauth20
<Limit GET HEAD OPTIONS>
Require all granted
</Limit>