Skip to content

OIDC flow #44

@daurnimator

Description

@daurnimator

For login to various hashbang apps/services it would be useful to use the userdb as a backend for an OIDC flow.
Needs research into options.


Notes:

  • https://connect2id.com/learn/openid-connect
  • Need to implement /.well-known/openid-configuration with at least issuer and authorization_endpoint fields.
  • Need to implement the authorization_endpoint, query params are:
    • claims
    • client_id
    • nonce
    • redirect_uri
    • response_type
    • scope
    • state

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions