feat: update global.hatter.ink
This commit is contained in:
@@ -95,7 +95,7 @@ var main = () => {
|
|||||||
params.add(new KeyValue('client_id', configJSON.oidc.clientId));
|
params.add(new KeyValue('client_id', configJSON.oidc.clientId));
|
||||||
params.add(new KeyValue('client_secret', configJSON.oidc.clientSecret));
|
params.add(new KeyValue('client_secret', configJSON.oidc.clientSecret));
|
||||||
params.add(new KeyValue('sub', configJSON.oidc.sub));
|
params.add(new KeyValue('sub', configJSON.oidc.sub));
|
||||||
var createStsUrl = 'https://hatter.ink/oidc/create_sts.json';
|
var createStsUrl = 'https://global.hatter.ink/oidc/create_sts.json';
|
||||||
var sts = $$.httpRequest().readTimeout(5 * 60 * 1000).url(createStsUrl).post(params);
|
var sts = $$.httpRequest().readTimeout(5 * 60 * 1000).url(createStsUrl).post(params);
|
||||||
|
|
||||||
var stsJSON = JSON.parse(sts.toString());
|
var stsJSON = JSON.parse(sts.toString());
|
||||||
@@ -255,3 +255,5 @@ var main = () => {
|
|||||||
|
|
||||||
main();
|
main();
|
||||||
|
|
||||||
|
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250621T103659+08:00.MEUCIQCrW90/1SBLlTtt/WUL
|
||||||
|
// Dvu90S0uFQROBh1bRmj/o0brBAIgMBy+xA4f3kKJov32zymmswB9I0raxOgCnaITTRoW0Z4=
|
||||||
|
|||||||
Reference in New Issue
Block a user