Pliro Docs
Homepage
  • Introduction
  • Pliro Site
    • The customer account page
    • The offers page
    • The subscribe page
    • Offer pages
    • Offer subscribe pages
    • The free offering page
    • The free offering subscribe page
  • Pliro Connect
    • Sign in customers
    • Update customer information
    • Silent re-authentication
    • Sign customers out of Pliro
    • Sign-out notifications
    • Example integration
    • Signing keys
  • API
    • Authentication
    • Errors
      • Error codes
    • Pagination
    • Versioning
    • Endpoint reference
  • Test environment
Powered by GitBook
On this page
  • Production environment
  • Test environment
  1. Pliro Connect

Signing keys

Verify the signatures of ID and logout tokens.

These keys can be used to verify the signatures of ID and logout tokens in the respective environment:

Production environment

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEWd7J/bJFIYaUCvKQw4Lflf196INB
rSUTs4kbH0nABCH5H6HutUp8Ya8n9uB7qCNIJGkOOv8eMzymi27G32tlNw==
-----END PUBLIC KEY-----

Test environment

-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEHIW3cGt20S+1MCtq98d7Atz1mXoC
TaDapvonJvZbVHcmnmms52NfzNZo0FwSgKRUmgSmcXUmh6grLbx6ZQE2zw==
-----END PUBLIC KEY-----
PreviousExample integrationNextAPI

Last updated 2 years ago