sergiodxa / web-oidc

An OpenID Connect client built using only Web APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend Metadata schema

depsimon opened this issue · comments

It'd be great if we could easily extend/override the Metadata schema for the issuers.

I've tried a couple of OIDC configurations (ADB2C & Duende IdentityServer) and both have custom claims_supported, grant_types_supported, response_types_supported etc..

I haven't found an easy way to override that at the moment.