Skip to content

Commit

Permalink
Added persit me documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Feb 17, 2020
1 parent 3346898 commit ea6a0e7
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mujina-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>mujina</artifactId>
<version>7.4.0</version>
<version>7.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mujina-idp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>mujina</artifactId>
<version>7.4.0</version>
<version>7.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions mujina-idp/src/main/resources/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ span.explain-link:hover {
background-color: #4fa9c5;
}

.code {
font-family: Courier, serif;
}

.container {
overflow-y: scroll;
height: 99%;
Expand Down
12 changes: 11 additions & 1 deletion mujina-idp/src/main/resources/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,17 @@
user identity.
</p>
<p>If you want to add multiple values for one attribute - for example isMemberOf - then add them multiple
times.</p></section>
times.</p>
<p></p>

<hr/>

<p>If you add attributes and check the 'Persist me' box then the attributes will be saved under the 'Username'
you have entered. </p>
<p>On subsequent logins with the same username the same set of attributes will be send to the Service
Provider.</p>
</section>

</section>
</section>

Expand Down
2 changes: 1 addition & 1 deletion mujina-sp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>mujina</artifactId>
<version>7.4.0</version>
<version>7.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.openconext</groupId>
<artifactId>mujina</artifactId>
<version>7.4.0</version>
<version>7.4.1</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit ea6a0e7

Please sign in to comment.