|
@ -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", |
|
|