form-based auth
-
- New User
- Posts: 2
- Joined: Wed Aug 11, 2010 12:12 am
- First Name: Kat
- Last Name: Diaz
- Company Name: DMR
- Contact:
form-based auth
Would like to add an item to launch a web app that uses form-based authentication, and have atrium pass-on the credentials established with the initial iseries login. I understand that http basic auth and a "request string" are the two supported atrium methods -- but is there some kind of work-around for form-based auth?
- David
- Profound Logic Staff Member
- Posts: 690
- Joined: Fri Jan 04, 2008 12:11 pm
- First Name: David
- Last Name: Russo
- Company Name: Profound Logic Software
- Contact:
Re: form-based auth
It's not possible to have Atrium perform form-based authentication automatically, but it could be set up with a bit of customization. You could use the "request parmameter" option to have Atrium pass the sign on credentials to a page on the query string. This is passed as parameter name AT_AUTH. The page that is called could then submit a form with the credentials to the application -- assuming that application can accept form data from another page.
-
- New User
- Posts: 2
- Joined: Wed Aug 11, 2010 12:12 am
- First Name: Kat
- Last Name: Diaz
- Company Name: DMR
- Contact:
Re: form-based auth
The AT_AUTH parameter contains the encrypted credentials. Are you inferring that there's a way to decrypt the string value in order to retrieve the username and password in order to pass-on to a site's form-based auth login page? I'm not quite picturing the whole solution you've suggested.
- David
- Profound Logic Staff Member
- Posts: 690
- Joined: Fri Jan 04, 2008 12:11 pm
- First Name: David
- Last Name: Russo
- Company Name: Profound Logic Software
- Contact:
Re: form-based auth
The credentials are not encrypted. They are encoded in the HTTP "Basic" format, which is:
user:password
Which is then encoded using the Base64 algorithm. The text is in UTF-8.
user:password
Which is then encoded using the Base64 algorithm. The text is in UTF-8.
Who is online
Users browsing this forum: No registered users and 3 guests