Skip to content

Commit 43938ec

Browse files
authored
O auth migration signin (#7269)
* Enable the togglz to sing in with the oauth server * 404 to ignore session updates
1 parent b343a81 commit 43938ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orcid-web/src/main/java/org/orcid/frontend/spring/session/redis/OrcidRedisIndexedSessionRepository.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class OrcidRedisIndexedSessionRepository implements FindByIndexNameSessio
6868
"/ng-cli-ws", "/not-found", "/notifications/frequencies/view", "/oauth/custom/authorize/empty.json", "/oauth/custom/authorize/get_request_info_form.json", "/oauth/signin","/orgs/disambiguated/FUNDREF", "/orgs/disambiguated/GRID", "/orgs/disambiguated/LEI", "/orgs/disambiguated/RINGGOLD",
6969
"/orgs/disambiguated/ROR", "/peer-reviews/peer-review.json", "/peer-reviews/peer-reviews-by-group-id.json", "/peer-reviews/peer-reviews-minimized.json", "/qr-code.png", "/register.json",
7070
"/research-resources/researchResource.json", "/research-resources/researchResourcePage.json", "/userInfo.json", "/works/getWorkInfo.json", "/works/groupingSuggestions.json", "/works/idTypes.json", "/works/work.json",
71-
"/works/worksExtendedPage.json");
71+
"/works/worksExtendedPage.json", "/404");
7272
private final List<String> urisToSkipAlways = List.of("/oauth/custom/register/validatePassword.json");
7373
private final Set<String> GET_SKIP_SAVE_SESSION = new HashSet<>(urisToSkipOnGet);
7474
private final Set<String> ALWAYS_SKIP_SAVE_SESSION = new HashSet<>(urisToSkipAlways);

0 commit comments

Comments
 (0)