solid-auth-client icon indicating copy to clipboard operation
solid-auth-client copied to clipboard

OIDC's registration request seems not fully implemented

Open christophehenry opened this issue 6 years ago • 0 comments

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.

christophehenry avatar Oct 09 '19 11:10 christophehenry