-
Notifications
You must be signed in to change notification settings - Fork 640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Oauth2 on TH4 #1284
Comments
I checked this endpoint between two TH instances (TH3.4 and TH4.0) and y got same error: I found information on this line (https://github.com/TheHive-Project/ScalliGraph/blob/198bd5cb71f776f2cde96ca168b2d8ce31d1ffe7/core/src/main/scala/org/thp/scalligraph/auth/OAuth2Srv.scala#L57) Two new vars are mandatory. |
Current configuration is below:
|
#1110 This breaks integration with implementations. The request redirect URI is: This order of components is non-standard: I'm uncertain how to resolve this, but to revert to version 3.4.0. |
Good news. Thank to @To-om. On Thehive 3.4.1 same configurations is working properly. |
Hello, I think two problems are addressed here:
To answer @TheChef23: If @To-om wants, I can go back to standard and perform a:
on L21 of AuthenticationCtrl.js, but this will refresh the page. |
Request Type
Bug
Work Environment
Problem Description
While testing oauth2 on TH4 i got a "notfounderror from" scalligraph endpoint. ¿is this endpoint disabled?
Looking for information, i found 4 new variables on the documentation versus others related issues (https://github.com/TheHive-Project/TheHiveDocs/blob/4f8095184a0a99d26279e67e5db15f0de70d8662/TheHive4/Administration/Authentication.md)
are these mandatory?
Steps to Reproduce
issues related
#430
#946
#354
#1010
https://github.com/TheHive-Project/TheHiveDocs/blob/050399d1fadeeb070634d6c6ca35cdd96d3f2a71/admin/configuration.md
https://github.com/TheHive-Project/TheHiveDocs/blob/master/admin/configuration.md#32-oauth2openid-connect
The text was updated successfully, but these errors were encountered: