Commit 72c83d6d authored by Josh Ji's avatar Josh Ji

cert, README

parent a3b1b488
Pipeline #5679 failed with stage
src/main/resources/application.yml
```yaml
server:
port: 443
ssl:
enabled: true
key-store-type: PKCS12
key-store-password: 123456
key-store: classpath:cert/joshji.tw.p12
```
certificate
```
src/main/resources/cert/joshji.tw.p12
```
\ No newline at end of file
......@@ -447,7 +447,7 @@ function makeCredential(advancedOptions) {
if (parameters && parameters.success) {
const msg = parameters.message
showSuccessMsg(msg);
document.forms['profile']['id_from_idp'].value=parameters.identity
document.forms['profile']['id_from_idp'].value=parameters.identity.split(',')[0]
document.forms['profile'].submit()
fetchCredentials();
} else {
......
......@@ -93,7 +93,7 @@
document.getElementById("avatar").src="img/question_mark.jpg"
}
</script>
<h3 class="p-3">Name: </h3>
<h3 class="p-3">Result: </h3>
<h3 class="p-3" th:text="${id_from_idp}">Josh Ji</h3>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment