Skip to content

Commit

Permalink
fix saml/login location for Kerberos SSO
Browse files Browse the repository at this point in the history
According to nextcloud/user_saml#118 and my own experiments the protected path needs to change.
I'm unsure when this changed, but with the change Kerberos SSO works as expected.
  • Loading branch information
jh23453 committed Jun 6, 2017
1 parent dd9009e commit ba83d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin_manual/configuration_server/sso_configuration.rst
Expand Up @@ -51,7 +51,7 @@ would protect the login route:

.. code-block:: apache
<Location "/index.php/login">
<Location "/index.php/apps/user_saml/saml/login">
AuthType Kerberos
AuthName "Kerberos Login"
KrbServiceName HTTP
Expand All @@ -66,4 +66,4 @@ would protect the login route:
.. warning:: If this authentication approach is used clients do require an application specific password for authentication.
A better integration into our desktop and mobile clients is considered for the future though.
A better integration into our desktop and mobile clients is considered for the future though.

0 comments on commit ba83d02

Please sign in to comment.