mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Add solid_oidc_supported to openid config
* fix: added solid_oidc_supported to openid config * test: fixed coverage * chore: moved solid_oidc_supported to config discovery
This commit is contained in:
@@ -43,6 +43,9 @@ function getExpected(adapter: any, cookieKeys: any, jwks: any): any {
|
||||
token: '/foo/idp/token',
|
||||
userinfo: '/foo/idp/me',
|
||||
},
|
||||
discovery: {
|
||||
solid_oidc_supported: 'https://solidproject.org/TR/solid-oidc',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user