mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-19 09:38:02 +01:00
Authenticate with the registration service using OIDC identity tokens in addition to shared API keys
This commit is contained in:
committed by
Jon Chambers
parent
a83fd1d3fe
commit
2be2b4ff23
@@ -370,7 +370,13 @@ oneTimeDonations:
|
||||
|
||||
registrationService:
|
||||
host: registration.example.com
|
||||
port: 443
|
||||
apiKey: EXAMPLE
|
||||
credentialConfigurationJson: |
|
||||
{
|
||||
"example": "example"
|
||||
}
|
||||
identityTokenAudience: https://registration.example.com
|
||||
registrationCaCertificate: | # Registration service TLS certificate trust root
|
||||
-----BEGIN CERTIFICATE-----
|
||||
ABCDEFGHIJKLMNOPQRSTUVWXYZ/0123456789+abcdefghijklmnopqrstuvwxyz
|
||||
|
||||
Reference in New Issue
Block a user