Skip to content

support additional response_types #56

Description

@dmfs

In order to support OpenID Connect it needs to be checked to which extend we need to support other response_types and response_modes and how these could be implemented (using as much of the existing code as possible).

Some open questions are:

  • If the auth code token response also contains an id_token, why would I want to request it with request_type=code id_token?
  • Likewise, why would I want to send a request_type=code token id_token?
  • If there are valid use cases for the two points above (which are not covered by request_type=code, how can we tell AuthorizationCodeGrant to use the fragment rather than the query part of the redirect URL? Do we need another HybridGrant for that?
  • How to tell an ImplicitGrant to also request the id_token type?
  • (How) Do we support ImplictGrant with only a id_token and no token? Maybe as a new ImplicitIdTokenGrant?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions