Skip to content
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: add SSA Revoke Endpoint #2865

Merged
merged 1 commit into from
Nov 7, 2022
Merged

feat: add SSA Revoke Endpoint #2865

merged 1 commit into from
Nov 7, 2022

Conversation

Milton-Ch
Copy link
Contributor

Description

Implemented API method to revoke an existing SSA

Target issue

#2240

closes #2240

Implementation Details

https://gluu-arpine.stoplight.io/docs/ssa-1/5d9cdfc605988-revoke-ssa


Test and Document the changes

  • Static code analysis has been run locally and issues have been fixed
  • Relevant unit and integration tests have been added/updated
  • Relevant documentation has been updated if any (i.e. user guides, installation and configuration guides, technical design docs etc)

@mo-auto mo-auto added comp-jans-auth-server Component affected by issue or PR comp-jans-core Component affected by issue or PR comp-jans-linux-setup Component affected by issue or PR labels Nov 5, 2022
@sonarcloud
Copy link

sonarcloud bot commented Nov 5, 2022

[jans-linux-setup] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell B 2 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@sonarcloud
Copy link

sonarcloud bot commented Nov 5, 2022

[jans-core] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@sonarcloud
Copy link

sonarcloud bot commented Nov 5, 2022

[Jans authentication server parent] SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 12 Code Smells

0.0% 0.0% Coverage
4.8% 4.8% Duplication

@moabu moabu changed the title SSA Revoke Endpoint feat: add SSA Revoke Endpoint Nov 7, 2022
@mo-auto mo-auto added the kind-feature Issue or PR is a new feature request label Nov 7, 2022
@yuriyz yuriyz merged commit 9c68f91 into main Nov 7, 2022
@yuriyz yuriyz deleted the feat/ssa-revoke branch November 7, 2022 11:12
pujavs pushed a commit that referenced this pull request Nov 8, 2022
yuriyz added a commit that referenced this pull request Nov 8, 2022
* fix(config-api): client creation exception

* fix(config-api): client creations exception

* fix(config-api): issues fixed 2743, 2755 and 2689

* fix(config-api): change to use fido2 app config model

* fix(config-api): change to use fido2 app config model

* docs(config-api): swagger fix for script enum

* fix: avoid NPE when configuration is missing #2857 (#2863)

* Initial commit IDM, IAG, 2FA Portal (#2873)

initial commit

* fix(image): multiple dynamic scopes created when using 2 replicas (#2871)

* feat: for file based scripts check both script revision and file (#2878)

modification time #2877

Co-authored-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>

* feat(jans-auth-server): added token exchange support to client #2518 (#2855)

And added native sso http test.

* feat: ssa revoke endpoint (#2865)

* docs: update ubuntu.md (#2870)

* docs: Helm install on GKE, AKS, and EKS (#2777)

* docs: Helm install on GKE

* docs: fix to yaml

* docs: remove unnecessary sudo,  kubeconfig flag and create namespace

Creating namespace initially makes more sense. Since it can be used during the database installation.

Also removing sudo makes kubeconfig flag unnecessary too

* docs: fix file name

* docs: fix

* docs: fix indentation

fix indentation so that copying is simpler

* docs: rephrase

* docs: Helm install on EKS


docs: Helm install on EKS

* fix: typo

* docs: EKS fix

* docs: fix mistake in GKE too

* docs: Helm install on AKS

* docs: fix

* fix(jans-auth-server): fix language metadata format (#2883)

* fix(jans-auth-server): fix language metadata format

* fix(jans-auth-server): fix language metadata format

* Initial checkin: RBAC, central authz (#2884)

Starting point for these topics

* fix(config-api): swagger update for enum and error handling

Co-authored-by: Jose <bonustrack310@gmail.com>
Co-authored-by: Mike Schwartz <mike@gluu.org>
Co-authored-by: Isman Firmansyah <iromli@users.noreply.github.com>
Co-authored-by: Yuriy M <95305560+yuremm@users.noreply.github.com>
Co-authored-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
Co-authored-by: YuriyZ <yzabrovarniy@gmail.com>
Co-authored-by: Milton Ch <86965029+Milton-Ch@users.noreply.github.com>
Co-authored-by: mzico <mohib@gluu.org>
Co-authored-by: misba7 <amromisba7@gmail.com>
Co-authored-by: Javier Rojas <javier.rojas.blum@gmail.com>
pujavs pushed a commit that referenced this pull request Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-auth-server Component affected by issue or PR comp-jans-core Component affected by issue or PR comp-jans-linux-setup Component affected by issue or PR kind-feature Issue or PR is a new feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSA - Revoke SSA
3 participants