FAQs
Getting error while generating authentication key
'IDX10653: The encryption algorithm 'HS256' requires a key size of at least '128' bits. Key '[PII of type 'Microsoft.IdentityModel.Tokens.SymmetricSecurityKey' is hidden. For more details, see https://aka.ms/IdentityModel/PII.]', is of size: '112'.
Parameter name: key'
About Holdings Import V2 response
In the Holdings Import V2 response, will there be cases where "quantity" key value would be less than the "smallcaseQuantity" value?
Securities Transaction: Basket Order
Hi Team,
Why is Gateway API not working as expected?
What might be wrong in the API request?
Gateway Initialization Error
I am getting this on Guest Initialization for getting smallCaseAuthId via Broker Login.
Help required in android integration
// Include maven repository url and authentication details
repositories {
maven {
url "https://artifactory.smallcase.com/artifactory/gradle-dev-local"
credentials {
username "${artifactory_user}"
password "${artifactory_password}"
}
}
}