You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Public private key pairs possibly in different formats (DER, PEM)
Any derivatives of the above eg MD5, SHA256, PBKDF2, bcrypt
How to render them into secrets:
As-is
Hex encoded
Base64
Comma, space etc separated arrays
Unrolling arrays into different keys
The second half could be adopted by Passmower to render OIDC client secret as it's gotten already quite large and applications are expecting items in different formats. Most notably Freescout requires claims to be part of the auth uri as GET parameters.
The text was updated successfully, but these errors were encountered:
This essentially should split in half
The artifacts that are generated as needed:
How to render them into secrets:
The second half could be adopted by Passmower to render OIDC client secret as it's gotten already quite large and applications are expecting items in different formats. Most notably Freescout requires claims to be part of the auth uri as GET parameters.
The text was updated successfully, but these errors were encountered: