Skip to content
Snippets Groups Projects
Commit 031f973a authored by Nicholas Blair's avatar Nicholas Blair
Browse files

fix: typo in sample-web docs

parent a9df5cd1
No related branches found
No related tags found
1 merge request!15fix: correct configuration to activate federation attributemapper
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
</ol> </ol>
<h3>combined-simulate-federation</h3> <h3>combined-simulate-federation</h3>
<p>Start VM with 'mvn clean install jetty:run -P combined-simulate-netid', visit http://localhost:8080/.</p> <p>Start VM with 'mvn clean install jetty:run -P combined-simulate-federation', visit http://localhost:8080/.</p>
<ol> <ol>
<li>Click 'Lazy with "ignorepreauth"', expect "anonymousUser".</li> <li>Click 'Lazy with "ignorepreauth"', expect "anonymousUser".</li>
<li>Visit http://localhost:8080/index.html. Click 'Lazy authentication', expect JSON object representing UWUserDetails for 'Amy Administrator'. Confirm 'source' attribute is 'edu.wisc.uwss.preauth.federation'.</li> <li>Visit http://localhost:8080/index.html. Click 'Lazy authentication', expect JSON object representing UWUserDetails for 'Amy Administrator'. Confirm 'source' attribute is 'edu.wisc.uwss.preauth.federation'.</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment