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

OpenID Connect RP Support #10

Closed
fforootd opened this issue Mar 17, 2020 · 1 comment · Fixed by #730
Closed

OpenID Connect RP Support #10

fforootd opened this issue Mar 17, 2020 · 1 comment · Fixed by #730
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@fforootd
Copy link
Member

We should Provide inbound Federation for OIDC

It would also be great to fix define a list of preconfigured providers which just need a Client-ID Client-Secret
IMHO these should be:

  • Google
  • AzureAD
  • Github
  • Gitlab
  • OIDC Generic

Polices: TBD on which resource these can be applied

@fforootd fforootd added this to the Beta 1 milestone Mar 17, 2020
@fforootd fforootd changed the title Inbound Federation with OIDC OpenID Connect RP Support May 18, 2020
@fforootd fforootd added the enhancement New feature or request label May 18, 2020
@hifabienne
Copy link
Member

hifabienne commented Jul 29, 2020

@adlerhurst @fforootd @livio-a please have a look at this. is something missing?

Idp Configuration:

  • type: oidc
  • name
  • clientid
  • client secret
  • issuer
  • scopes
  • logo

We need a list of predefined IDP Configurations

LoginPolicy

  • Allow Username/Password

Register:

  • Allow Register (default: true)

Mfa:

  • MfaRequired
  • MfaLEvel
  • Mfas:
    • OTP

ExternalIDP:

  • Allow External IDP (default: true)
  • External IDPs:
    • oidc: google
    • oidc: azure ad
    • ...

Organisation

  • Scope: urn:zitadel:organisation:{orgid}
  • GetLoginPolicy

@hifabienne hifabienne reopened this Jul 29, 2020
@hifabienne hifabienne self-assigned this Aug 6, 2020
@hifabienne hifabienne linked a pull request Sep 14, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants