Skip to content

Commit d1ed2d0

Browse files
committed
update default-template card$.ttl and test/.../provider.json
1 parent 87e00d8 commit d1ed2d0

File tree

8 files changed

+29
-0
lines changed

8 files changed

+29
-0
lines changed

default-templates/new-account/profile/card$.ttl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
solid:account </> ; # link to the account uri
1919
pim:storage </> ; # root storage
20+
solid:oidcIssuer <{{idp}}> ; # identity provider
2021

2122
ldp:inbox </inbox/> ;
2223

test/resources/accounts-acl/db/oidc/op/provider.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"issuer": "https://localhost:7777",
33
"jwks_uri": "https://localhost:7777/jwks",
4+
"scopes_supported": [
5+
"openid",
6+
"offline_access"
7+
],
48
"response_types_supported": [
59
"code",
610
"code token",

test/resources/accounts-scenario/alice/db/oidc/op/provider.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"issuer": "https://localhost:7000",
33
"jwks_uri": "https://localhost:7000/jwks",
4+
"scopes_supported": [
5+
"openid",
6+
"offline_access"
7+
],
48
"response_types_supported": [
59
"code",
610
"code token",

test/resources/accounts-scenario/bob/db/oidc/op/provider.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"issuer": "https://localhost:7001",
33
"jwks_uri": "https://localhost:7001/jwks",
4+
"scopes_supported": [
5+
"openid",
6+
"offline_access"
7+
],
48
"response_types_supported": [
59
"code",
610
"code token",

test/resources/accounts-scenario/charlie/db/oidc/op/provider.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"issuer": "https://localhost:5002",
33
"jwks_uri": "https://localhost:5002/jwks",
4+
"scopes_supported": [
5+
"openid",
6+
"offline_access"
7+
],
48
"response_types_supported": [
59
"code",
610
"code token",

test/resources/accounts-strict-origin-off/alice/db/oidc/op/provider.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"issuer": "https://localhost:7010",
33
"jwks_uri": "https://localhost:7010/jwks",
4+
"scopes_supported": [
5+
"openid",
6+
"offline_access"
7+
],
48
"response_types_supported": [
59
"code",
610
"code token",

test/resources/accounts-strict-origin-off/bob/db/oidc/op/provider.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"issuer": "https://localhost:7011",
33
"jwks_uri": "https://localhost:7011/jwks",
4+
"scopes_supported": [
5+
"openid",
6+
"offline_access"
7+
],
48
"response_types_supported": [
59
"code",
610
"code token",

test/resources/accounts/db/oidc/op/provider.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"issuer": "https://localhost:3457",
33
"jwks_uri": "https://localhost:3457/jwks",
4+
"scopes_supported": [
5+
"openid",
6+
"offline_access"
7+
],
48
"response_types_supported": [
59
"code",
610
"code token",

0 commit comments

Comments
 (0)