i am developing an application with javascript Api , i want all of users of my application
to be authenticated before having access to my app.i want also to use a secure GIS services.
My question is : can i join the two authentication processes in one process ?
inother words: how to pass through credentials from the end user to the GIS service?