Telekom bearer token handling requires a secret different from the OpenID Connect client secret.
Field is added with the following properties:
delivered as plain text, but internal token handling requires base64 encoding, so the field is base64 encoded/decoded internally
the secret is encrypted in the same way as all other secret information in user_oidc.
we keep the old DB migration sequence from NMC V24
This PR only contains the DB and command line changes. UI changes are in separate
Telekom bearer token handling requires a secret different from the OpenID Connect client secret. Field is added with the following properties:
delivered as plain text, but internal token handling requires base64 encoding, so the field is base64 encoded/decoded internally the secret is encrypted in the same way as all other secret information in user_oidc. we keep the old DB migration sequence from NMC V24 This PR only contains the DB and command line changes. UI changes are in separate