<%@page language="java"%> <%@page contentType="text/html; charset=UTF-8" %> DataONE Portal Authentication <% // default to non-production google id String trackerId = "UA-15017327-13"; if (request.getServerName().contains("cn.dataone.org")) { trackerId = "UA-15017327-10"; } %>

This prototype Identity Management application allows:

You will need to have a valid CILogon-compatible identity to begin. If your institution is not listed on the CILogon page, you can create either a Google or ProtectNetwork account for free.

DataONE plays no role in the authentication process -- your username and passwords are only exchanged with the chosen identity provider and this is managed by CILogon.

Begin Login

<%@ include file="footer.jsp"%>