Skip to content

Add organization_id to OAuth tables

Aboobacker MK requested to merge tachyons_organization_id_oauth into master

What does this MR do and why?

It adds a new column organization_id to the oauth_access_grants, oauth_access_tokens, and oauth_openid_requests tables, and creates the necessary foreign key constraints. It also updates the code to use the new organization_id column where appropriate.

Fixes: #495492 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

There shouldn't be any user facing changes.

Numbered steps to set up and validate the change are strongly suggested.

This merge request introduces support for organizations in the OAuth2 access management system.

Edited by Aboobacker MK

Merge request reports

Loading