#1 : Mis à jours des urls avec le bon port.
This commit is contained in:
@@ -6,11 +6,11 @@
|
|||||||
"ClientSecret": ""
|
"ClientSecret": ""
|
||||||
},
|
},
|
||||||
"Keycloak": {
|
"Keycloak": {
|
||||||
"Authority": "https://10.4.0.131/keycloak/realms/webzine-realm",
|
"Authority": "https://10.4.0.131:8443/keycloak/realms/webzine-realm",
|
||||||
"MetadataAddress": "http://10.4.0.131/keycloak/realms/webzine-realm/.well-known/openid-configuration",
|
"MetadataAddress": "http://10.4.0.131:8080/keycloak/realms/webzine-realm/.well-known/openid-configuration",
|
||||||
"ClientId": "webzine-client",
|
"ClientId": "webzine-client",
|
||||||
"ClientSecret": "Z9JgRucpeZD4jqRhTciiznX3PPoJ9oYp",
|
"ClientSecret": "Z9JgRucpeZD4jqRhTciiznX3PPoJ9oYp",
|
||||||
"CallbackPath": "/signin-oidc",
|
"CallbackPath": "/signin-oidc",
|
||||||
"SignedOutCallbackPath": "/signout-callback-oidc"
|
"SignedOutCallbackPath": "/signout-callback-oidc"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -6,8 +6,8 @@
|
|||||||
"ClientSecret": ""
|
"ClientSecret": ""
|
||||||
},
|
},
|
||||||
"Keycloak": {
|
"Keycloak": {
|
||||||
"Authority": "https://10.4.0.131/keycloak/realms/webzine-realm",
|
"Authority": "https://10.4.0.131:8443/keycloak/realms/webzine-realm",
|
||||||
"MetadataAddress": "https://10.4.0.131/keycloak/realms/webzine-realm/.well-known/openid-configuration",
|
"MetadataAddress": "https://10.4.0.131:8443/keycloak/realms/webzine-realm/.well-known/openid-configuration",
|
||||||
"PublicOrigin": "https://10.4.0.131"
|
"PublicOrigin": "https://10.4.0.131:8443"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -26,8 +26,8 @@
|
|||||||
"MaxCommentsPerTrack": 3
|
"MaxCommentsPerTrack": 3
|
||||||
},
|
},
|
||||||
"Keycloak": {
|
"Keycloak": {
|
||||||
"Authority": "https://10.4.0.131/keycloak/realms/webzine-realm",
|
"Authority": "https://10.4.0.131:8443/keycloak/realms/webzine-realm",
|
||||||
"PublicOrigin": "https://10.4.0.131",
|
"PublicOrigin": "https://10.4.0.131:8443",
|
||||||
"ClientId": "webzine-client",
|
"ClientId": "webzine-client",
|
||||||
"ClientSecret": "Z9JgRucpeZD4jqRhTciiznX3PPoJ9oYp",
|
"ClientSecret": "Z9JgRucpeZD4jqRhTciiznX3PPoJ9oYp",
|
||||||
"ResponseType": "code",
|
"ResponseType": "code",
|
||||||
|
|||||||
Reference in New Issue
Block a user