{% extends "layout.html" %} {% block content %}

Kia ora {{current_user.name}} from {{current_user.organisation.name}}.

{% if error=='access_denied' %}

The NZ ORCID Hub would like to help you verify your employment/education in your ORCID record

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: ORCID logo 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:: ORCID logo 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: ORCID logo authenticate my ORCID id


I don't want {{current_user.organisation.name}} to know my ORCID iD; click here to: ORCIDHub logo log out of the NZ ORCID Hub

{% else %} {% if not session['Should_not_logout_from_ORCID'] %}

ORCID logo Take me to ORCID to allow {{current_user.organisation.name}} permission to access my ORCID record

{% else %}

ORCID logo Take me to ORCID to allow {{current_user.organisation.name}} permission to access my ORCID record

{% endif %}

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 %}
{% endblock %}