Project

General

Profile

« Previous | Next » 

Revision 6547

include CILogon link and more explanation about what is going on with the mapping.

View differences:

index.jsp
102 102
	<ul></ul>
103 103

  
104 104
	<div id="mapping">
105
		<p>Connect your old account to your new DataONE identity</p>
105
		<p>Use this form to connect your old KNB account to your new DataONE identity. 
106
		You will need to be logged into both systems at the same time in order for the mapping to take place.
107
		</p>
106 108
		
107
		Your current Metacat account:
109
		Your current KNB account:
108 110
		<div>
109 111
		<%=userName %>
110 112
		</div>
111 113
		<br/>
112
		Will be mapped to: 
114

  
115
		Will be mapped to this DataONE account*: 
113 116
		<iframe id="subjectFrame" frameborder="0" marginwidth="0" height="30" width="100%" src="https://cn-dev.dataone.org/portal/identity?action=getSubject">
114 117
		</iframe>
118

  
119
		<hr/>		
120

  
121
		1. Use this temporary DataONE token*: 
122
		<iframe id="tokenFrame" frameborder="0" marginwidth="0" height="30" width="100%" src="https://cn-dev.dataone.org/portal/identity?action=getToken">
123
		</iframe>
124
		<br/>
115 125
		
126
		
127

  
116 128
		<form action="performMapping.jsp" target="right" method="POST" id="mapForm">
117
		
118
			Simply paste in The DataONE Token you see below and submit the form
129
			2. Enter your DataONE token:
119 130
			<br/>
120 131
			<input type="text" name="token" size="50">
121 132
			<input type="hidden" name="secondarySubject" value="<%=userName %>">
122 133
			<input type="hidden" name="action" value="mapIdentity">
123 134
			<input type="submit" value="Map Identity">
124 135
		</form>
125
		
126
		DataONE Token: 
127
		<iframe id="tokenFrame" frameborder="0" marginwidth="0" height="30" width="100%" src="https://cn-dev.dataone.org/portal/identity?action=getToken">
128
		</iframe>
129
		<br/>
136

  
137
		<hr/>
138

  
139
		<p>
140
			*If you do not see your DataONE account or DataONE token here, then you must first authenticate using CILogon.
141
		</p>
142
		<p>
143
			<a href="https://cn-dev.dataone.org/portal/startRequest?target=<%=STYLE_SKINS_URL%>/dataone/index.jsp">Begin Login</a>
144
		</p>
130 145
	</div>
131 146

  
132 147
</div>

Also available in: Unified diff