Authorization server
-
So I have successfully setup an Authorization server and connected it. But when I want to login there has to be a user created on the jsreport side to. Is there a way to get rid of that? That I can only use my authorization server and that user?
Thanks for the answers.
-
hi @FishyFishPat there is a section in the docs that explains it, see here. so yes it is possible, and you need to do it by creating an user group and associate that with information of the users in your authorization server (using the
authorizationServer.groupField
as a claim, which default to "group")