Skip to content

POLIO-2115: SSo plugin#3024

Draft
madewulf wants to merge 3 commits into
developfrom
sso-plugin
Draft

POLIO-2115: SSo plugin#3024
madewulf wants to merge 3 commits into
developfrom
sso-plugin

Conversation

@madewulf
Copy link
Copy Markdown
Member

@madewulf madewulf commented May 15, 2026

What problem is this PR solving?

Explain here in one sentence.

Related JIRA tickets

POLIO-2115

Changes

Explain the changes that were made.

The idea is not to list exhaustively all the changes made (GitHub already provides a full diff), but to help the reviewers better understand:

  • which specific file changes go together, e.g: when creating a table in the front-end, there usually is a config file that goes with it
  • the reasoning behind some changes, e.g: deleted files because they are now redundant
  • the behaviour to expect, e.g: tooltip has purple background color because the client likes it so, changed a key in the API response to be consistent with other endpoints

How to test

Explain how to test your PR.

If a specific config is required explain it here: dataset, account, profile, etc.

Print screen / video

Upload here print screens or videos showing the changes.

Notes

Things that the reviewers should know:

  • known bugs that are out of the scope of the PR
  • other trade-offs that were made
  • does the PR depends on a PR in bluesquare-components?
  • should the PR be merged into another PR?

Doc

Tell us where the doc can be found (docs folder, wiki, in the code...).

Comment thread plugins/sso/views.py
return JsonResponse({"result": "error", "message": e.message, "details": e.message}, status=409)
except Exception as e:
logger.exception(str(e))
return JsonResponse({"result": "error", "message": "Error login account", "details": str(e)}, status=500)
@beygorghor beygorghor changed the title Sso plugin POLIO-2115: Sso plugin May 18, 2026
@beygorghor beygorghor changed the title POLIO-2115: Sso plugin POLIO-2115: SSo plugin May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants