Revision 7500
Added by ben leinfelder over 11 years ago
lib/style/skins/dataone/index.jsp | ||
---|---|---|
157 | 157 |
|
158 | 158 |
<div id="mapping"> |
159 | 159 |
<p> |
160 |
Use this form to connect your old <i>ecoinformatics</i> account to your new DataONE identity. |
|
160 |
Use this form to connect your old <i>ecoinformatics account</i> to your new <i>CILogon identity</i>. |
|
161 |
(<a href="<%=portalURL %>/index.jsp">register</a> with DataONE) |
|
161 | 162 |
</p> |
162 | 163 |
|
163 |
<p> |
|
164 |
You will need to be logged into both systems at the same time in order for the mapping to take place. |
|
165 |
</p> |
|
166 |
|
|
167 |
<br/> |
|
168 |
|
|
169 |
Your current ecoinformatics account (<a href="<%=SERVLET_URL %>?action=logout&qformat=dataone">logout</a>): |
|
164 |
Your current ecoinformatics account (<a href="<%=SERVLET_URL %>?action=logout&qformat=dataone">switch</a> to another account): |
|
170 | 165 |
<div> |
171 | 166 |
<%=userName %> |
172 | 167 |
</div> |
173 | 168 |
|
174 | 169 |
<br/> |
175 | 170 |
|
176 |
Will be mapped to this DataONE account*:
|
|
177 |
<iframe id="subjectFrame" frameborder="0" marginwidth="0" height="30" width="100%" src="<%=portalURL %>/identity?action=getSubject"> |
|
171 |
Will be mapped to this CILogon identity (<a href="<%=portalURL %>/startRequest?target=<%=STYLE_SKINS_URL%>/dataone/index.jsp">login</a>):
|
|
172 |
<iframe style="body {font-weight: bold}" id="subjectFrame" frameborder="0" marginwidth="0" height="30" width="100%" src="<%=portalURL %>/identity?action=getSubject">
|
|
178 | 173 |
</iframe> |
179 |
|
|
174 |
|
|
180 | 175 |
<hr/> |
181 | 176 |
|
182 |
1. Use this temporary DataONE token*:
|
|
177 |
Enter this temporary token:
|
|
183 | 178 |
<iframe id="tokenFrame" frameborder="0" marginwidth="0" height="30" width="100%" src="<%=portalURL %>/identity?action=getToken"> |
184 | 179 |
</iframe> |
185 | 180 |
<br/> |
186 |
|
|
187 |
|
|
188 | 181 |
|
189 | 182 |
<form action="" method="POST" id="mapForm"> |
190 |
2. Enter your DataONE token:
|
|
183 |
In the box below:
|
|
191 | 184 |
<br/> |
192 | 185 |
<input type="text" name="token" size="50"> |
193 | 186 |
<input type="hidden" name="secondarySubject" value="<%=userName %>"> |
... | ... | |
197 | 190 |
|
198 | 191 |
<hr/> |
199 | 192 |
|
200 |
<p> |
|
201 |
*If you do not see your DataONE account or DataONE token here, then you must first authenticate using CILogon. |
|
202 |
</p> |
|
203 |
<p> |
|
204 |
<a href="<%=portalURL %>/startRequest?target=<%=STYLE_SKINS_URL%>/dataone/index.jsp">Begin Login</a> |
|
205 |
</p> |
|
206 | 193 |
</div> |
207 | 194 |
|
208 | 195 |
</div> |
Also available in: Unified diff
wordsmith the identity mapping page. Not fundamentally different, but hopefully more concise. http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5814