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(jans-auth-server): Support OpenID Connect Native SSO for Mobile Apps #2518

Closed
nynymike opened this issue Sep 30, 2022 · 1 comment · Fixed by #2711 or #2855
Closed

FEAT(jans-auth-server): Support OpenID Connect Native SSO for Mobile Apps #2518

nynymike opened this issue Sep 30, 2022 · 1 comment · Fixed by #2711 or #2855
Assignees
Labels
comp-jans-auth-server Component affected by issue or PR enhancement
Milestone

Comments

@nynymike
Copy link
Contributor

nynymike commented Sep 30, 2022

This customer challenge is just getting worse. While supporting draft specs is normally not encouraged, I think this would be helpful sooner rather then later.

https://openid.net/specs/openid-connect-native-sso-1_0.html

See video from Identiverse: https://www.youtube.com/watch?v=8BkblIYjegk
And blog on the challenges of cookie sharing: https://developer.okta.com/blog/2022/01/13/mobile-sso

@yuriyz yuriyz added the comp-jans-auth-server Component affected by issue or PR label Sep 30, 2022
@yuriyz yuriyz changed the title FEAT: Support OpenID Connect Native SSO for Mobile Apps FEAT(jans-auth-server): Support OpenID Connect Native SSO for Mobile Apps Sep 30, 2022
@yuriyz yuriyz assigned Milton-Ch and unassigned moabu Oct 3, 2022
@moabu moabu added this to the 1.0.3 milestone Oct 4, 2022
@yuriyz yuriyz assigned yuriyz and unassigned Milton-Ch Oct 19, 2022
@yuriyz
Copy link
Contributor

yuriyz commented Oct 19, 2022

I will take over it

yuriyz added a commit that referenced this issue Oct 25, 2022
yuriyz added a commit that referenced this issue Oct 26, 2022
yuriyz added a commit that referenced this issue Oct 26, 2022
yuriyz added a commit that referenced this issue Oct 27, 2022
yuriyz added a commit that referenced this issue Oct 27, 2022
yuriyz added a commit that referenced this issue Oct 27, 2022
yuriyz added a commit that referenced this issue Oct 28, 2022
…2711)

* feat(jans-auth-server): added device secret generation

#2518

* feat(jans-auth-server): do not process request if token exchange grant type is not present

Native SSO

#2518

* fix(jans-auth-server): sonar smell fix

Native SSO

#2518

* feat(jans-auth-server): added validation of subject token type and actor token type

Native SSO

#2518

* feat(jans-auth-server): added token exchange grant

Native SSO

#2518

* fix(jans-auth-server): sonar smell - removed empty constructor

Native SSO

#2518

* fix(jans-auth-server): introduced TokenExchangeService

Native SSO

#2518

* feat(jans-auth-server): added deviceSecret to indexes

Native SSO

#2518

* feat(jans-auth-server): draft implementation of native sso

Native SSO

#2518
@yuriyz yuriyz reopened this Oct 28, 2022
yuriyz added a commit that referenced this issue Oct 28, 2022
yuriyz added a commit that referenced this issue Oct 28, 2022
* fix(jans-auth-server): npe - regression in token endpoint

Native SSO

#2518
#2762

* fix(jans-auth-server): added test for npe fix

Native SSO

#2518
#2762
yuriyz added a commit that referenced this issue Oct 28, 2022
yuriyz added a commit that referenced this issue Oct 28, 2022
@moabu moabu modified the milestones: 1.0.3, 1.0.4 Nov 3, 2022
yuriyz added a commit that referenced this issue Nov 3, 2022
yuriyz added a commit that referenced this issue Nov 7, 2022
pujavs pushed a commit that referenced this issue Nov 8, 2022
yuriyz added a commit that referenced this issue 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 issue Nov 22, 2022
@yuriyz yuriyz mentioned this issue Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment