external log in form/page for uStore

448 views
Skip to first unread message

chris

unread,
Jun 8, 2011, 4:37:24 AM6/8/11
to XMPie Interest Group
Hi,

has someone already experience with sourcing out the login page to for
example a clients portal where the employee has several different
login screens on one page and when filling out the uStore login
information the uStore opens in new window.

There are parameters which has to be in the form send info. Any idea
who are these?

Thanks

Chris

Timothy Perrett

unread,
Jun 8, 2011, 6:52:15 AM6/8/11
to xmpie...@googlegroups.com
The email address and password in the two systems must have specific parity, and then you can use the uStore SSO to directly drop the user into uStore. There are other-ways to make it happen, but the simplest case is to have the same un/pw as the other system.

Cheers, Tim

> --
> You received this message because you are subscribed to the Google Groups "XMPie Interest Group" group.
> To post to this group, send email to xmpie...@googlegroups.com.
> To unsubscribe from this group, send email to xmpie-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/xmpie-users?hl=en.
>
>

chris

unread,
Jun 8, 2011, 9:15:27 AM6/8/11
to XMPie Interest Group
Thanks Tim,

what di you mean with "uStore SSO"
What do I have to fill in the form hidden fields or in the http
string?

Thanks

Chris

Timothy Perrett

unread,
Jun 8, 2011, 10:29:01 AM6/8/11
to xmpie...@googlegroups.com
LOL! You'd never do that for anything related to authentication, its a SOAP service call :-) It's well documented in the uStore connect documentation that also uses SSO. Checkout the service refs; its pretty straightforward.

Cheers, Tim

chris

unread,
Jun 8, 2011, 11:55:02 AM6/8/11
to XMPie Interest Group
Normally we print ;-) LOL
Just kidding... but a different perspective when handling such
questions, than a programmer and genius like you did ;-)

Thanks

Chris

Igor Vorobeychik

unread,
Jun 8, 2011, 2:39:33 PM6/8/11
to XMPie Interest Group
In the past uStore supported SSO just via URL , but it is no longer
supported since it is unsecure
uStore supports single sign on , you can get SSO URL by executing one
of uStore web services api in particular UserWS has several methods
like :
GetSingleSignonUrlToProductDetails
Returns an encrypted Single Sign on URL for landing in the Product
Details page of the given product.

GetSingleSignonUrlToProductGroup
Returns an encrypted Single Sign on URL for landing in the Product
List page of the given product group.

GetSingleSignonUrlToWelcomePage
Returns an encrypted Single Sign on URL for landing in the Welcome
page of the given store using the given culture.

That will require some programming knowledge and how to reference web
services.
You can get SDK from support as well check for uStore API / Connect
Training .
Igor.

Bob Hopfner

unread,
Jun 10, 2011, 5:17:27 PM6/10/11
to xmpie...@googlegroups.com

Does anyone import multiple paragraphs to one ador object? XMPie seems to have problems with carriage returns.

Also, I am not talking about a book but rather


This is some simple example text.
And this is some more example text.

Two simple sentences separated by a carriage return. I have set some space before the paragraph to space the two apart

XMPie returns a soft return after the first line and then a paragraph return. So I end up with this:

This is some simple example text."s"
"P"
And this is some more example text.

And the gap is too big. ("s" being the soft return and "P" being the paragraph style.

I looked up \r in the documentation as a carriage return and it worked in the plan file but when I stored it our db and returned it to the ADOR, it treated it as plain text and strung to whole thing together.

Thanks for your help,

Bob


chris

unread,
Jun 16, 2011, 11:42:08 AM6/16/11
to XMPie Interest Group
Maybe I explained it wrong,

but a way to make it easier to login from an external system might be
this, found it at the support system of xmpie:

If you have access to your authenticated users’ uStore credentials and
Store ID, you can now use Single Sign On to redirect the user to the
uStore System, sparing them the need to resubmit a User Name and a
Password.

To enable Single Sign On, enter the address of the uStore Customer
application’s login page, followed by the relevant user’s query
string. The query string consists of a Store ID (e.g. 3), a User Name
(e.g. jo...@abc.com) and a Password (e.g. abc), as shown in the
following example:

http://UstoreServer/uStore/login.aspx?StoreID=3&UserName=jo...@abc.com&Password=abc

Igor Vorobeychik

unread,
Jun 16, 2011, 1:41:07 PM6/16/11
to XMPie Interest Group
this method is old and unsupported may still work but it also
unsecured since password is passed without encryption as well it is
not time sensitive

On Jun 16, 11:42 am, chris <ckop...@googlemail.com> wrote:
> Maybe I explained it wrong,
>
> but a way to make it easier to login from an external system might be
> this, found it at the support system of xmpie:
>
> If you have access to your authenticated users’ uStore credentials and
> Store ID, you can now use Single Sign On to redirect the user to the
> uStore System, sparing them the need to resubmit a User Name and a
> Password.
>
> To enable Single Sign On, enter the address of the uStore Customer
> application’s login page, followed by the relevant user’s query
> string. The query string consists of a Store ID (e.g. 3), a User Name
> (e.g. j...@abc.com) and a Password (e.g. abc), as shown in the
> following example:
>
> http://UstoreServer/uStore/login.aspx?StoreID=3&UserName=j...@abc.com&Password=abc
Reply all
Reply to author
Forward
0 new messages