Skip to content

[ENG-10712] Merge latest develop into feature branch#948

Merged
cslzchen merged 5 commits intoCenterForOpenScience:feature/osf4i-in-progress-ssofrom
Ostap-Zherebetskyi:osf4i-in-progress-sso/merge_develop
Apr 16, 2026
Merged

[ENG-10712] Merge latest develop into feature branch#948
cslzchen merged 5 commits intoCenterForOpenScience:feature/osf4i-in-progress-ssofrom
Ostap-Zherebetskyi:osf4i-in-progress-sso/merge_develop

Conversation

@Ostap-Zherebetskyi
Copy link
Copy Markdown
Contributor

Purpose

Merge latest develop into feature branch

Summary of Changes

Screenshot(s)

Side Effects

QA Notes

futa-ikeda and others added 5 commits April 8, 2026 10:46
* feat(profile-settings): Add query-param to specify a tab (CenterForOpenScience#906)

* [ENG-10584][ENG-10585] Allow users to disconnect existing orcid in social tab (CenterForOpenScience#912)

* feat(settings): Allow users to disconnect orcid in social tab

* feat(settings): Add dummy connect button when no orcid is associated with user

* chore(settings): move authenticated identity to own component

* refactor(settings): Implement CR suggestions; Update tests

* refactor(settings): Update authenticated identity test

* refactor(settings): Update authenticated identity test to use OSFTestingModule

* feat(settings): Allow user to connect ORCID in profile settings page (CenterForOpenScience#918)

* [ENG-10684] Update Authenticated Identity section (CenterForOpenScience#924)

* feat(settings): update authenticated identity section

* style(settings): Update styles

* refactor(settings): Update Authenticated Identity section

* chore(settings): Update Authenticated identity section language (CenterForOpenScience#930)

* fix(settings): Update connectOrcid to properly logging user out (CenterForOpenScience#934)
ORCiD Integration Project - FE Part
@Ostap-Zherebetskyi Ostap-Zherebetskyi marked this pull request as ready for review April 15, 2026 10:44
Copy link
Copy Markdown
Contributor

@cslzchen cslzchen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good ⭐

if (isPlatformBrowser(this.platformId)) {
this.cookieService.deleteAll();
window.location.href = `${this.webUrl}/logout/?next=${encodeURIComponent(window.location.origin)}`;
window.location.href = `${this.webUrl}/logout/?next=${encodeURIComponent(nextUrl || window.location.origin)}`;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note for the record: ran into merge conflicts here and fixed

@cslzchen cslzchen merged commit 95b7983 into CenterForOpenScience:feature/osf4i-in-progress-sso Apr 16, 2026
3 checks passed
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.

3 participants