addl fixes from 1.1.4 release
This commit is contained in:
parent
2731beb65e
commit
732e8ad65c
2 changed files with 10 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
|||
idp.testIdp.entityid=https://idp.svelegtest.se/idp
|
||||
idp.testIdp.name.sv=Test ID-tjänst
|
||||
idp.testIdp.name.en=Test IdP
|
||||
idp.testIdp.logo.uri=https://eid.svelegtest.se/logos/elegnamnden_notext_68x67.png
|
||||
idp.testIdp.logo.uri=${proxy-service.domain.prefix}/img/se-flag-rnd.svg
|
||||
idp.testIdp.logo.height=67
|
||||
idp.testIdp.logo.width=68
|
||||
idp.testIdp.loapolicy=natToEidasNotifiedMapping
|
||||
|
@ -18,7 +18,7 @@ idp.testIdp.index=1
|
|||
idp.mobIdp.entityid=https://midp.svelegtest.se/idp
|
||||
idp.mobIdp.name.sv=Mobil Test ID Tjänst
|
||||
idp.mobIdp.name.en=Mobile Test IdP
|
||||
idp.mobIdp.logo.uri=https://eid.svelegtest.se/logos/elegnamnden_notext_68x67.png
|
||||
idp.mobIdp.logo.uri=${proxy-service.domain.prefix}/img/se-flag-rnd.svg
|
||||
idp.mobIdp.logo.height=67
|
||||
idp.mobIdp.logo.width=68
|
||||
idp.mobIdp.loapolicy=natToEidasNotifiedMapping
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
### Proxy Service
|
||||
|
||||
This is the Swedish XY Country test proxy sevice of the Swedish eIDAS Pilot
|
||||
This is the Swedish proxy service of the Swedish eIDAS Pilot
|
||||
|
||||
- Application ID: **${proxy-service.applicationId}**
|
||||
- Supported eIDAS protocol versions: **${proxy-service.eidasVersions}**
|
||||
|
||||
**Relevant resources:**
|
||||
<table class="table table-striped table-links table-responsive">
|
||||
|
||||
<tr><td>eIDAS Project Home Page</td>
|
||||
<td><a href="http://eidasweb.se/home/">http://eidasweb.se</a></td><tr>
|
||||
<tr><td>Sweden Connect Home Page</td>
|
||||
<td><a href="https://swedenconnect.se">https://swedenconnect.se</a></td></tr>
|
||||
|
||||
<tr><td>eIDAS Proxy Service Metadata</td>
|
||||
<td><a href="ServiceMetadata">${proxy-service.domain.prefix}/ServiceMetadata</a></td><tr>
|
||||
<td><a href="ServiceMetadata">${proxy-service.domain.prefix}/ServiceMetadata</a></td></tr>
|
||||
|
||||
<tr><td>National SP Metadata</td>
|
||||
<td><a href="nat-metadata">${proxy-service.domain.prefix}/nat-metadata</a></td><tr>
|
||||
|
||||
<tr><td>Swedish E-Identification Board</td>
|
||||
<td><a href="https://www.elegnamnden.se">https://www.elegnamnden.se</a></td><tr>
|
||||
<td><a href="nat-metadata">${proxy-service.domain.prefix}/nat-metadata</a></td></tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue