micahstubbs commented on code in PR #2238:
URL: https://github.com/apache/helix/pull/2238#discussion_r999746102
##########
helix-front/server/config.example.ts:
##########
@@ -5,20 +5,21 @@ export const HELIX_ENDPOINTS = {
},
],
};
-
export const SESSION_STORE = undefined;
-
export const SSL = {
port: 0,
keyfile: '',
certfile: '',
passfile: '',
cafiles: [],
};
-
export const LDAP = {
uri: 'ldap://example.com',
base: 'DC=example,DC=com',
principalSuffix: '@example.com',
adminGroup: 'admin',
};
+
+export const IDENTITY_TOKEN_SOURCE = undefined; // 'www.example.com';
+export const CUSTOM_IDENTITY_TOKEN_REQUEST_BODY = {};
Review Comment:
Good question. I don't think so, since by definition it is custom, so it
totally depends on the Identity Source / Auth Provider that you decide to use
helix-front with. It would probably make sense to explicitly type this as
`any` to communicate that better. Thanks for the suggestion!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]