Alain Bourgeois
Alain Bourgeois
Actually the linkIcon does link to the resource Url. - This allow to display HTML as a web server - container and all RDF are displayed has solidOS web apps...
Your storage pane : display/not display storage list on NSS 5.5.2 (depending on index.html in root)
https://bourgeoa.solid.community is using an index.html file in root  https://bourgeoa.solid.community:8443 is not using an index.html file in root 
on /public I modified permissions for everybody from `Viewers to Editors` (`Read` to `ReadWrite`) and the acl doc was changed to : ``` @prefix : . @prefix n0: . @prefix...
@mrkvon Actually logging in with NSS account use the RS256 algorithm. ``` https://solidcommunity.net/.well-known/openid-configuration ``` ``` {"issuer":"https://solidcommunity.net","jwks_uri":"https://solidcommunity.net/jwks","scopes_supported":["openid","offline_access"],"response_types_supported":["code","code token","code id_token","id_token code","id_token","id_token token","code id_token token","none"],"token_types_supported":["legacyPop","dpop"],"response_modes_supported":["query","fragment"],"grant_types_supported":["authorization_code","implicit","refresh_token","client_credentials"],"subject_types_supported":["public"],"id_token_signing_alg_values_supported":["RS256"],"token_endpoint_auth_methods_supported":"client_secret_basic","token_endpoint_auth_signing_alg_values_supported":["RS256"],"display_values_supported":[],"claim_types_supported":["normal"],"claims_supported":[],"claims_parameter_supported":false,"request_parameter_supported":true,"request_uri_parameter_supported":false,"require_request_uri_registration":false,"check_session_iframe":"https://solidcommunity.net/session","end_session_endpoint":"https://solidcommunity.net/logout","authorization_endpoint":"https://solidcommunity.net/authorize","token_endpoint":"https://solidcommunity.net/token","userinfo_endpoint":"https://solidcommunity.net/userinfo","registration_endpoint":"https://solidcommunity.net/register"} ``` With #1698 being resolved we can also...
https://github.com/solid/node-solid-server/pull/1623 has been reverted due to mashlib and/or rdflib using MS-Author-Via header Should be removed following https://github.com/solid/specification/issues/124
see issue #1666 excludes from %encode/%decode `_exceptSlash () { return /(\/|%2f|%2F|%252F|%252f)/g }`
To avoid change of control some changes shall be closely supervised : - user email - IdP provider - owner - external webId Among possibilities are : - ask confirmation...
serverRoot do not contain a pod storage and should not be advertised as such. There should be no header nor link storage
>> Tim Berners-Lee @timbl mai 14 16:11 Intersting: Trying to register a new account with an external webid I get an nmessage saying linked acounts are not supported? > >>...