changing logo, icon and Freja IDP's name in proxy prod
Ref: SC-1744
This commit is contained in:
parent
3641631303
commit
979735e28d
4 changed files with 30 additions and 2 deletions
|
@ -7,8 +7,8 @@ server.servlet.context-path=/eidas-ps
|
|||
#proxy-service.path.prefix=${spring.config.additional.location}..
|
||||
#proxy-service.config.location=file://${spring.config.additional.location}
|
||||
|
||||
proxy-service.image.logo=${spring.config.additional.location}/img/sweden-connect-color-yellow-on-blue.svg
|
||||
proxy-service.image.icon=${spring.config.additional.location}/img/sweden-connect-color-yellow-on-blue-no-text.svg
|
||||
proxy-service.image.logo=${spring.config.additional.location}/img/idp-logo.svg
|
||||
proxy-service.image.icon=${spring.config.additional.location}/img/idp-logo-notext.svg
|
||||
|
||||
# Service port connector settings
|
||||
server.port=8443
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
# - natToEidasNotifiedMapping = National IdP:s are allowed to respond with national LoA. These counts as notified eID
|
||||
|
||||
idp.freja.entityid=https://idp-sweden-connect-valfr-2017.prod.frejaeid.com
|
||||
idp.freja.name.sv=Freja+
|
||||
idp.freja.name.en=Freja+
|
||||
idp.freja.loapolicy=justEidasLoa
|
||||
idp.freja.consent=false
|
||||
idp.freja.deriveDob=false
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="64" width="64" height="64" fill="#CD7A6E"/>
|
||||
<rect x="128" y="64" width="64" height="64" fill="#695F59"/>
|
||||
<rect x="192" y="64" width="64" height="64" fill="#B4AFAC"/>
|
||||
<path d="M0 128H64V192H0V128Z" fill="#5A6751"/>
|
||||
<rect x="64" y="128" width="64" height="64" fill="#ACB3A8"/>
|
||||
<rect x="192" y="128" width="64" height="64" fill="#F4E0CE"/>
|
||||
<rect x="128" y="192" width="64" height="64" fill="#D59151"/>
|
||||
</svg>
|
After Width: | Height: | Size: 515 B |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 14 KiB |
Loading…
Add table
Reference in a new issue