Skip to content

Commit fd20235

Browse files
committed
Merge branch 'oidcIssuer' into oidcScopesSupported
2 parents 05b8c69 + d1ed2d0 commit fd20235

File tree

7 files changed

+28
-0
lines changed

7 files changed

+28
-0
lines changed

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)