{% extends "layout.html" %} {% block content %}
Kia ora {{current_user.name}} from {{current_user.organisation.name}}.
{% if error=='access_denied' %}I would like {{current_user.organisation.name}} to connect to my ORCID record to write an employment/education affiliation entry; click here to return to ORCID to: grant read-limited & write permission
I would like {{current_user.organisation.name}} to be able to read my trusted-party information in my ORCID record but not to write to it; click here to return to ORCID to: grant read-limited permission
I would like {{current_user.organisation.name}} to know my ORCID iD and only read public information in my ORCID record; click here to return to ORCID to: authenticate my ORCID id
I would like {{current_user.organisation.name}} to be able to read my trusted-party information in my ORCID record and also Add/update other information about me (country, keywords, etc.); click here to return to ORCID to: grant person-update & read-limited permission
I don't want {{current_user.organisation.name}} to know my ORCID iD; click here to: log out of the NZ ORCID Hub
Take me to ORCID to allow {{current_user.organisation.name}} permission to access my ORCID record
Take me to ORCID to allow {{current_user.organisation.name}} permission to access my ORCID record
By clicking this button, you'll be taken to ORCID to create or sign into your ORCID record. From there, if you authorise your organisation you'll be returned to the Hub with your organisation knowing your ORCID iD and able to read your public and trusted party information. In return, any staff/student affiliation shown by your Hub login will be written to your ORCID record.
{% endif %}