1
0
mirror of https://github.com/bitwarden/server synced 2026-01-04 01:23:25 +00:00

Move SSO core to Core lib, new resource strings (#911)

* Move SSO core to Core lib, new resource strings

* Missed resource strings for lookup
This commit is contained in:
Chad Scharf
2020-09-04 10:42:47 -04:00
committed by GitHub
parent 43619ed933
commit ed99b99bc1
6 changed files with 121 additions and 13 deletions

View File

@@ -265,6 +265,9 @@
<data name="SpEntityId" xml:space="preserve">
<value>SP Entity ID</value>
</data>
<data name="SpValidateCertificates" xml:space="preserve">
<value>Validate Certificates</value>
</data>
<data name="NameIdFormat" xml:space="preserve">
<value>Name ID Format</value>
</data>
@@ -311,7 +314,7 @@
<value>Public Key</value>
</data>
<data name="SpWantAssertionsSigned" xml:space="preserve">
<value>Sign Assertions</value>
<value>Want Assertions Signed</value>
</data>
<data name="SigningAlgorithm" xml:space="preserve">
<value>Signing Algorithm</value>
@@ -430,4 +433,13 @@
<data name="RedirectingMessage">
<value>You are now being returned to the application. Once complete, you may close this tab.</value>
</data>
<data name="IfIdpWantAuthnRequestsSigned">
<value>If IdP Wants Authn Requests Signed</value>
</data>
<data name="Always">
<value>Always</value>
</data>
<data name="Never">
<value>Never</value>
</data>
</root>