malliaridis commented on PR #3754:
URL: https://github.com/apache/solr/pull/3754#issuecomment-3390816948

   @epugh PR is still WIP but you can test the current implementation for OAuth 
on the desktop app (browser not implemented yet). You can run the desktop app 
via `./gradlew solr:solr.ui:run`.
   
   The implementation supports the OAuth flow with PKCE, which is currently the 
recommended way of authenticating. Sadly, it is not straight-forward to add 
support for opening the desktop app from the browser via deep links (this 
dialog in browser that asks you if you want to open the app). So the solution 
on desktop relies on an embedded server which is listening to 
`http://127.0.0.1:8088/callback` for the `code` and `state`.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to