From: Krzysztof B. <kb...@un...> - 2024-01-08 11:14:14
|
Hi Sander, W dniu 4.01.2024 o 08:53, Sander Apweiler pisze: > Good morning Krzysztof, > good morning Roman, > We encountered a problem in SCIM import. When we want to import our > exported schema from December, unity shows an "Unrecognized fileId > type" error. I'm not sure what causes the problem, but the schema was > working. So we have the following situation that there are 2 file formats in here: 1. SCIM schema (standard one) 2. Unity schema configuration, including the schema and its mapping onto Unity directory. The "Import" action in console only supports #1. At the same time the "export" option in console there produces #2. Files #2 with schema and its mapping can be used when configuring endpoint from a file: unity.endpoint.scim.schemasFile.1=... The export of #2 was added at the end and indeed we haven't caught that now it is asymmetric and not intuitive. We should be able to fix that by supporting the import from console of both formats. Anyway for now the file you have needs to be loaded through endpoint's configuration. HTH, Krzysztof |