Re: multi-tenant domain configuration

2018-07-25 Thread Wyllys Ingersoll
, Jul 25, 2018 at 4:27 AM, Francesco Chicchiriccò wrote: > On 24/07/2018 15:03, Wyllys Ingersoll wrote: >> >> Thanks, I got it to work by giving my "Admin" role a subset of the >> complete list of entitlements. >> >> It seems that granting the entire list o

REST connector configuration

2018-08-10 Thread Wyllys Ingersoll
When using an external REST based resource, how does one define the field that will map back to the internal "__ENABLED__" status? What do I need to include in the user records that the service returns that will indicate whether or not the external user account is enabled or not? I don't see how

Re: REST connector examples

2018-08-09 Thread Wyllys Ingersoll
: > > > Il 08/08/2018 20:46, Wyllys Ingersoll ha scritto: > > Thanks! > > Do the scripts have to be in a particular directory tree? I put mine > under "/rest" and it throws errors in the console log saying it cannot > find them. > Ex: > org.apac

REST connector examples

2018-08-07 Thread Wyllys Ingersoll
Are there examples of configuring the REST connector bundle using the console UI? I want to configure a simple REST service to receive updates when a user is created/deleted/updated but Im not sure how to setup the connector parameters to send the data to my service. thanks, Wyllys Ingersoll

Re: REST connector examples

2018-08-09 Thread Wyllys Ingersoll
I figured out my problem. I was putting the scripts on the console server, not the core server. doh! On Thu, Aug 9, 2018 at 9:53 AM, Wyllys Ingersoll wrote: > I did set the absolute path in the connector configuration and it > still can't find them. The absolute path is exactly

multi-tenant domain configuration

2018-07-20 Thread Wyllys Ingersoll
and get a token, so at least that much seems to be working. How do I make the 2nd domain appear as a choice for the web console login screen? It still only shows "Master" as the option. thanks, Wyllys Ingersoll

Re: multi-tenant domain configuration

2018-07-21 Thread Wyllys Ingersoll
into the Master domain, not the new one. -Wyllys On Sat, Jul 21, 2018 at 6:38 AM, Francesco Chicchiriccò wrote: > On 20/07/2018 19:15, Wyllys Ingersoll wrote: >> >> Im trying to get multiple domains configured in Syncope 2.1.0, I've >> read the docs and have created a 2

Re: multi-tenant domain configuration

2018-07-23 Thread Wyllys Ingersoll
stadm/password2" in domain "Two". On Sun, Jul 22, 2018 at 3:00 PM, Wyllys Ingersoll wrote: > Done - https://issues.apache.org/jira/browse/SYNCOPE-1342 > > thanks for confirming this, I thought I was just doing something > stupid or the documentation was missing a step

Re: multi-tenant domain configuration

2018-07-22 Thread Wyllys Ingersoll
appingRunnable.run(TaskThread.java:61) ~[tomcat8-util-8.5.14.jar:8.5.14] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171] On Sat, Jul 21, 2018 at 8:20 AM, Francesco Chicchiriccò wrote: > On 21/07/2018 13:44, Wyllys Ingersoll wrote: >> >> I followed the guide and have set

Re: multi-tenant domain configuration

2018-07-22 Thread Wyllys Ingersoll
g in the migration to > Wicket 8. > > Regards. > > > On 22/07/2018 17:35, Wyllys Ingersoll wrote: >> >> I created a role in the 2nd domain and granted it all of the >> entitlements using the REST api, then assigned that role to a user >> ("admin2&quo

Re: multi-tenant domain configuration

2018-07-22 Thread Wyllys Ingersoll
I created a role in the 2nd domain and granted it all of the entitlements using the REST api, then assigned that role to a user ("admin2") in the 2nd domain. Now when I attempt to login to the 2nd domain on the console UI, I get the following errors in the core.log file: Its basically

Re: multi-tenant domain configuration

2018-07-24 Thread Wyllys Ingersoll
ainInitiatorObserver - An unexpected error occurred during error handling. No further error processing will occur. org.apache.cxf.interceptor.Fault: Access is denied On Tue, Jul 24, 2018 at 3:42 AM, Francesco Chicchiriccò wrote: > On 23/07/2018 22:59, Wyllys Ingersoll wrote: >> >> Using