-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Organization client credentials flow #478
Conversation
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
…ient-auth-apis Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
…ient-auth-register Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
…ient-auth-register Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
@@ -0,0 +1,3 @@ | |||
-- AlterTable | |||
ALTER TABLE "organisation" ADD COLUMN "clientId" VARCHAR(500), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please merge these 3 migrations into one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved
…ient-auth-register Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Signed-off-by: Nishad <nishad.shirsat@ayanworks.com>
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 2 New issues |
What
clientId
andclientSecret
POST API.