-
Hi, we configured our apache to use the module that way:
Which resource should my application call to trigger the login and how can we define the redirect url which is called after a successful redirection? I would expect an url like this: https:///oauth-test?login=true&redirect= Is there docmentation or a sample available how to use the configured module? Thank you for you support and kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Or is it that way:
kind regards |
Beta Was this translation helpful? Give feedback.
-
We solved it. As assumed the configuration
is working. The only additional thing we had to add is the DirectorySlash=Off for the location. So that the call to oauth-test?info=json is working |
Beta Was this translation helpful? Give feedback.
We solved it. As assumed the configuration
is working.
The only additional thing we had to add is the DirectorySlash=Off for the location. So that the call to oauth-test?info=json is working