Login redirect to another website

Posted by myke2121 on 05-Sep-2019 15:17

Hey, I'd look to create a custom login widget, that you login into with another sites credentials and it redirects you to that website? Both sites use different credentials.

How would I go about doing this?

All Replies

Posted by svict4 on 09-Sep-2019 02:15

You can extend the bulit-in identity providers by creating your own:

www.progress.com/.../administration-configure-external-identity-providers

After the user has logged in, you can do a client-side or server-side redirect to that website.

There might be a bit of ping-ponging between the two websites, depending on how you implement it.

This thread is closed