Browse Source

Update iam_config.json

pull/7160/head
chrislu 1 month ago
parent
commit
a6e68dbe17
  1. 6
      test/s3/iam/iam_config.json

6
test/s3/iam/iam_config.json

@ -19,11 +19,11 @@
"type": "oidc", "type": "oidc",
"enabled": true, "enabled": true,
"config": { "config": {
"issuer": "http://localhost:8080/realms/seaweedfs-test",
"issuer": "http://localhost:8090/realms/seaweedfs-test",
"clientId": "seaweedfs-s3", "clientId": "seaweedfs-s3",
"clientSecret": "seaweedfs-s3-secret", "clientSecret": "seaweedfs-s3-secret",
"jwksUri": "http://localhost:8080/realms/seaweedfs-test/protocol/openid-connect/certs",
"userInfoUri": "http://localhost:8080/realms/seaweedfs-test/protocol/openid-connect/userinfo",
"jwksUri": "http://localhost:8090/realms/seaweedfs-test/protocol/openid-connect/certs",
"userInfoUri": "http://localhost:8090/realms/seaweedfs-test/protocol/openid-connect/userinfo",
"scopes": ["openid", "profile", "email"], "scopes": ["openid", "profile", "email"],
"claimsMapping": { "claimsMapping": {
"username": "preferred_username", "username": "preferred_username",

Loading…
Cancel
Save