Skip to content

OIDC's registration request seems not fully implemented #133

@christophehenry

Description

@christophehenry

It appears OIDC registration request is not fully implemented. Is particular, fields like client_name and client_name#<lang> are not implemented:

export type loginOptions = {
  callbackUri: string,
  popupUri: string,
  storage: AsyncStorage
}

All in all, only issuer, grant_types, redirect_uris, response_types and scope fields are supported.

I will open a PR this afternoon for that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions