mmoayyed commented on pull request #315: URL: https://github.com/apache/syncope/pull/315#issuecomment-1054004942
The reason this is failing is because: - Your service is registered as `http://localhost:8080/.*` - The service parameter sent to CAS is `https://localhost:8080/protected/get?....` As you see the pattern does not match. The pattern should allow `https`; it's missing an `s`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
