From: Sander A. <sa....@fz...> - 2023-02-03 05:57:14
Attachments:
smime.p7s
|
Good morning Krzysztof, while reworking on our registration forms, we recognized that the Form information, which we use to inform the users about the email validation, is not shown anymore in the form itself. We just see the boxes with identities and the policies. Is this a bug or intended behaviour? Best regards, Sander -- Federated Systems and Data Juelich Supercomputing Centre phone: +49 2461 61 8847 fax: +49 2461 61 6656 email: sa....@fz... ----------------------------------------------------------------------- ----------------------------------------------------------------------- Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Stefan Müller Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Dr. Ir. Pieter Jansens, Prof. Dr. Astrid Lambrecht, Prof. Dr. Frauke Melchior ----------------------------------------------------------------------- ----------------------------------------------------------------------- |
From: Sander A. <sa....@fz...> - 2023-02-03 06:03:38
|
And it seems that the custom form layout is not applied, too. Best regards, Sander On Fri, 2023-02-03 at 06:56 +0100, Sander Apweiler wrote: > Good morning Krzysztof, > while reworking on our registration forms, we recognized that the > Form > information, which we use to inform the users about the email > validation, is not shown anymore in the form itself. We just see the > boxes with identities and the policies. Is this a bug or intended > behaviour? > > Best regards, > Sander > > _______________________________________________ > Unity-idm-discuss mailing list > Uni...@li... > https://lists.sourceforge.net/lists/listinfo/unity-idm-discuss -- Federated Systems and Data Juelich Supercomputing Centre phone: +49 2461 61 8847 fax: +49 2461 61 6656 email: sa....@fz... ----------------------------------------------------------------------- ----------------------------------------------------------------------- Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Stefan Müller Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Dr. Ir. Pieter Jansens, Prof. Dr. Astrid Lambrecht, Prof. Dr. Frauke Melchior ----------------------------------------------------------------------- ----------------------------------------------------------------------- |
From: Krzysztof B. <kb...@un...> - 2023-02-06 09:44:14
|
Hi Sander, W dniu 3.02.2023 o 07:03, Sander Apweiler pisze: > And it seems that the custom form layout is not applied, too. > > Best regards, > Sander > > On Fri, 2023-02-03 at 06:56 +0100, Sander Apweiler wrote: >> Good morning Krzysztof, >> while reworking on our registration forms, we recognized that the >> Form >> information, which we use to inform the users about the email >> validation, is not shown anymore in the form itself. We just see the >> boxes with identities and the policies. Is this a bug or intended >> behaviour? Of course not intended. Can you share bit more of your config (perfectly: JSON export, which you can generate with REST API)? In general it works at our end pretty well, so would be great to be able to reproduce your issue - likely form config specific. Thanks, Krzysztof |
From: Sander A. <sa....@fz...> - 2023-02-06 10:00:07
Attachments:
smime.p7s
rf_google.json
|
Hi Krzysztof, I just pasted the part of the google registration form. Please let me know if you want to have the full export. I saw that the full export is not valid json. There is missing the closing ]. Best regards, Sander On Mon, 2023-02-06 at 10:43 +0100, Krzysztof Benedyczak wrote: > Hi Sander, > > W dniu 3.02.2023 o 07:03, Sander Apweiler pisze: > > And it seems that the custom form layout is not applied, too. > > > > Best regards, > > Sander > > > > On Fri, 2023-02-03 at 06:56 +0100, Sander Apweiler wrote: > > > Good morning Krzysztof, > > > while reworking on our registration forms, we recognized that the > > > Form > > > information, which we use to inform the users about the email > > > validation, is not shown anymore in the form itself. We just see > > > the > > > boxes with identities and the policies. Is this a bug or intended > > > behaviour? > > Of course not intended. > > Can you share bit more of your config (perfectly: JSON export, which > you > can generate with REST API)? In general it works at our end pretty > well, > so would be great to be able to reproduce your issue - likely form > config specific. > > Thanks, > Krzysztof > > > > _______________________________________________ > Unity-idm-discuss mailing list > Uni...@li... > https://lists.sourceforge.net/lists/listinfo/unity-idm-discuss -- Federated Systems and Data Juelich Supercomputing Centre phone: +49 2461 61 8847 fax: +49 2461 61 6656 email: sa....@fz... ----------------------------------------------------------------------- ----------------------------------------------------------------------- Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Stefan Müller Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Dr. Ir. Pieter Jansens, Prof. Dr. Astrid Lambrecht, Prof. Dr. Frauke Melchior ----------------------------------------------------------------------- ----------------------------------------------------------------------- |
From: Krzysztof B. <kb...@un...> - 2023-02-10 17:37:34
|
W dniu 6.02.2023 o 10:59, Sander Apweiler pisze: > Hi Krzysztof, > I just pasted the part of the google registration form. Please let me > know if you want to have the full export. I saw that the full export is > not valid json. There is missing the closing ]. thx [CUT] > And it seems that the custom form layout is not applied, too. It is, although you have triggered one edge case where we can improve. The logic deciding whether a configured caption should be shown or not is not simple, as other elements of the layout can disappear at runtime (e.g. attribute may be provided by google, and not configured to be overwritten - then no component on form). So we are skipping some captions. And it seems we skip them bit too many cases, including your case when caption is the first element. We will improve this as a bugfix. while reworking on our registration forms, we recognized that the >>>> Form >>>> information, which we use to inform the users about the email >>>> validation, is not shown anymore in the form itself. We just see >>>> the >>>> boxes with identities and the policies. Is this a bug or intended >>>> behaviour? Seems as the case from our UY-1000 ticket - we don't support form information for the 2nd stage form, i.e. form shown after return from remote IdP in the case of remote registration. This ticket had wrong tags, and so was slightly forgotten. I've already fixed the tags and so is in the OSS requests queue. Best, Krzysztof |