Skip to content
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

[backend] logout URL missing for Auth0 strategy (#9466) #9467

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

aHenryJard
Copy link
Member

@aHenryJard aHenryJard commented Dec 26, 2024

Proposed changes

  • add remote option
  • add logout function implementation

Refactor:

Related issues

Checklist

  • I consider the submitted work as finished
  • I tested the code for its functionality
  • I wrote test cases for the relevant uses case (coverage and e2e)
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality

Further comments

@github-actions github-actions bot added the filigran team use to identify PR from the Filigran team label Dec 26, 2024
Copy link

codecov bot commented Dec 26, 2024

Codecov Report

Attention: Patch coverage is 0% with 62 lines in your changes missing coverage. Please review.

Project coverage is 65.29%. Comparing base (aa720ca) to head (1144d7b).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
...i-platform/opencti-graphql/src/config/providers.js 0.00% 43 Missing ⚠️
...-platform/opencti-graphql/src/http/httpPlatform.js 0.00% 19 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9467      +/-   ##
==========================================
- Coverage   65.34%   65.29%   -0.05%     
==========================================
  Files         624      624              
  Lines       59696    59736      +40     
  Branches     6687     6687              
==========================================
- Hits        39010    39007       -3     
- Misses      20686    20729      +43     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aHenryJard aHenryJard changed the title logout_remote option missing on some auth strategy [backend] logout URL missing for Auth0 strategy (#9466) Dec 27, 2024
@aHenryJard aHenryJard marked this pull request as ready for review December 27, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filigran team use to identify PR from the Filigran team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logout remote option missing on Auth0 strategy
1 participant