nextcloud / user_oidc

OIDC connect user backend for Nextcloud
GNU Affero General Public License v3.0
89 stars 36 forks source link

Telekom bearer token: Additional secret V31 #983

Closed memurats closed 1 week ago

memurats commented 1 week ago

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