Hi All, I am using tomcat and orbeon trial version.I want to implement
the authentication for the forms.I had followed the following link http://www.orbeon.com/orbeon/doc/reference-authentication
.where i should add the following fragment <request-security><auth-type>FORM</auth-type><secure>true</secure><remote-user>scott</remote-user><user-principal>scott</user-principal><role>user</role></request-security> Regards, Smaran Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Smaran,
> I am using tomcat and orbeon trial version.I want to implement the > authentication for the forms.I had followed the following link > > http://www.orbeon.com/orbeon/doc/reference-authentication .where i > should add the following fragment > > <request-security><auth-type>FORM</auth-type><secure>true</secure><remote-user>scott</remote-user><user-principal>scott</user-principal><role>user</role></request-security> This fragment isn't part of the configuration. It's just a sample output created by the request-security processor. That processor is useful if you want to get the name of the current authenticated user, for example to load custom settings. The authentication config is described here: http://www.orbeon.com/orbeon/doc/reference-authentication#d12e20 and has to be placed into web.xml - depending on the authentication mechanism, you may have to add a JNDI source to the context configuration, for example when to use LDAP for authentication. HTH florian -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Hi Florian,
Thanks for the reply.After enabling the user authentication also.The user column is empty in database.how to resolve this. Thanks, Smaran -----Original Message----- From: Florian Schmitt [mailto:[hidden email]] Sent: Wednesday, March 02, 2011 2:30 PM To: [hidden email] Subject: [ops-users] Re: authentication Smaran, > I am using tomcat and orbeon trial version.I want to implement the > authentication for the forms.I had followed the following link > > http://www.orbeon.com/orbeon/doc/reference-authentication .where i > should add the following fragment > > <request-security><auth-type>FORM</auth-type><secure>true</secure><rem > ote-user>scott</remote-user><user-principal>scott</user-principal><rol > e>user</role></request-security> This fragment isn't part of the configuration. It's just a sample output created by the request-security processor. That processor is useful if you want to get the name of the current authenticated user, for example to load custom settings. The authentication config is described here: http://www.orbeon.com/orbeon/doc/reference-authentication#d12e20 and has to be placed into web.xml - depending on the authentication mechanism, you may have to add a JNDI source to the context configuration, for example when to use LDAP for authentication. HTH florian Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Smaran,
> Thanks for the reply.After enabling the user authentication also.The user column is empty in database.how to resolve this. You're using FormRunner? I'm sorry, i don't work with FormBuilder / FormRunner, so i don't have any experiecnes how user authentication is implemented there. florian -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Thanks for swift response
-----Original Message----- From: Florian Schmitt [mailto:[hidden email]] Sent: Wednesday, March 02, 2011 8:15 PM To: [hidden email] Subject: [ops-users] Re: RE: Re: authentication Smaran, > Thanks for the reply.After enabling the user authentication also.The user column is empty in database.how to resolve this. You're using FormRunner? I'm sorry, i don't work with FormBuilder / FormRunner, so i don't have any experiecnes how user authentication is implemented there. florian Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |