Skip to content

Commit

Permalink
8934-registration-add-an-affiliation-with-typeahead
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Mendoza Fernadez authored and Leonardo Mendoza Fernadez committed Jan 11, 2024
1 parent b075441 commit 5ce310b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions orcid-web/src/main/resources/orcid-frontend-security.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@
access="IS_AUTHENTICATED_ANONYMOUSLY" />
<sec:intercept-url pattern="/(\d{4}-){3,}\d{3}[\dX]/affiliationGroups.json(\?.*)?"
access="IS_AUTHENTICATED_ANONYMOUSLY" />
<sec:intercept-url pattern="/affiliations/disambiguated/name/(.*)?"
access="IS_AUTHENTICATED_ANONYMOUSLY" />
<sec:intercept-url pattern="/(\d{4}-){3,}\d{3}[\dX]/fundingDetails.json(\?.*)?"
access="IS_AUTHENTICATED_ANONYMOUSLY" />
<sec:intercept-url pattern="/(\d{4}-){3,}\d{3}[\dX]/fundingGroups.json(\?.*)?"
Expand Down

0 comments on commit 5ce310b

Please sign in to comment.