Hi Florent,
I have a couple of questions on this since the documentation doesn't really explain anything about this. And i'm really trying a long time already to achieve this
First
How should the parameters be interpreted:
Loading key: Here we can select OOB loading keys and customer loading keys. Is it correct that these correspond to the filters set in Customer resources?
Parameter mapping
Filter parameter: Is this the "ID" under the tab "parameters" which is used when you open a filter in customer resources? If not, which parameter should be filled in here? Is this a path or just a parameter? Do you have examples?
URL parameter: Should this be the parameter which is used in the URL? I.e. the bold part www.domain.com/index.html?id=123456
Second
I need to put in a AES key, so ACS can decrypt the value in de querystring. But It's very important to know what encryption parameters from AES are used. I.e
- PBKDF2?
- What is the mode (ECB,CBC,CFB, COB)?
- Can the key be Hexademical?
- How many bit (128, 192,256)?
- HMAC SHA1?
- MD5?
Thanks,
Jerome