A Salesforce with SSO data source fails to introspect, displaying an error that the path could not be parsed.
The cs_server.log contains a trace of the type below:
--------------------
ERROR [IntrospectResourcesTask Introspect Datasource] 2020-10-19 02:59:54.121 -0400 TaskManager - Task failed: IntrospectResourcesTask Introspect Datasource
The path "/shared/Demo//Account" could not be parsed.
at com.compositesw.server.task.TaskWithResults.run(TaskWithResults.java:87)
...
Caused by: java.lang.IllegalArgumentException: Invalid path: /shared/Demo//Account
at com.compositesw.common.repository.PathLexer.parse(PathLexer.java:76)
at com.compositesw.common.repository.Path.parse(Path.java:469)
--------------------