Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Integration / Customization
S3 Customization/Development
.NET Web Authentication
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Julie
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5312
People Online:
Visitors:
416
Members:
0
Total:
416
Online Now:
New Topics
S3 Systems Administration
S3 Payroll - PayStubs
9/18/2025 6:58 PM
Looking for a reliable solution to streamline the
S3 Systems Administration
Quick Access report
8/25/2025 7:17 PM
Looking for a good way to see who has access Lawso
S3 Customization/Development
LP01 hiding a PTO plan from the list
8/13/2025 4:44 PM
Hi all. is there a way to hide a specific PTO&n
Lawson Business Intelligence/Reporting/Crystal
GLTrans - PO Line/MAInvdtl
8/6/2025 6:13 PM
Hello, we have an existing tabular model for fina
IPA/ProcessFlow
Retrieving GUID from InforOS
7/25/2025 2:22 AM
Hello everyone, I was wondering if there is a way
IPA/ProcessFlow
IPA for forwarding cost messages (MA64/MA66.3)
7/23/2025 6:07 PM
When a buyer has an invoice cost message where the
Lawson Portal
Lawson ESS customization
6/23/2025 10:28 AM
I want to add new links and customize the ESS (sel
S3 Security
Securing forms and programs that use Company Group
6/17/2025 5:41 PM
Is there a way to write a rule, that looks up a co
S3 Customization/Development
Self-Serve Customization and Modification of home page
6/17/2025 3:40 PM
Hi, I want to add new links and customize the E
S3 Customization/Development
Data / List view on Lawson Portal
5/21/2025 2:37 AM
Client is on S3 V10. All delivered and custom form
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3290
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
Roger French
1315
mark.cook
1244
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Integration / Customization
S3 Customization/Development
.NET Web Authentication
Please
login
to post a reply.
8 Replies
0
Subscribed to this topic
17 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
ridjayc
New Member
Posts: 0
5/26/2006 10:54 PM
I have a .NET web application that currently uses windows authentication. This grabs the current user off the machine. In some cases however it would be better for us to use Lawson's authentication. Basically the person logged into the machine may be logged into Lawson as a different user. Has anyone done this?
Thanks --JayR
John Henley
Posts: 3359
5/30/2006 11:47 AM
Split
Done what? Authenticated someone against Lawson from a .NET application?
ridjayc
New Member
Posts: 0
5/30/2006 3:11 PM
Split
Yes I would like to authenticate against Lawson from a .NET Web application.
John Henley
Posts: 3359
5/30/2006 4:51 PM
Split
The way I do it is to make an HTTP request to cgi-lawson/printenv.exe; which authenticates against Lawson.
ridjayc
New Member
Posts: 0
5/30/2006 4:57 PM
Split
There is a
http://law-dev-web1.prod....en.exe?func=myfunc()
This returns some javascript. I have only done a small amount of web and that was mostly ASP clasic.
Do you have sample code?
--JayR
John Henley
Posts: 3359
5/30/2006 5:48 PM
Split
I will be publishing an article about this very topic in an upcoming LawsonGuru Letter. Stay tuned!
John Henley
Posts: 3359
8/7/2006 6:38 PM
Split
The article on calling AGS from VB is here:
https://www.danalytics.co.../archive/2006-08.htm
Deleted User
New Member
Posts: 0
8/11/2006 4:29 PM
Split
John, do you have more in dept sample of the article above? Where can I find out more about making a call to AGS or DMI? When making these type of call, does Lawson authenticate the requester?
Thanks,
Charlie
John Henley
Posts: 3359
8/11/2006 4:52 PM
Split
I don't have a sample that I'd want to post here. If you want to learn more about AGS & DME, there is a lot of information on the Lawson knowledgebase; Both DME and AGS are pretty simple to figure out; they are simply ways to query (DME) and update (AGS) the Lawson data via a URL. The only hard part is getting the URL string correct, with all the right parameters. If you use one of the Lawson-provided "Query Builder" tools (from ProcessFlow, Design Studio, OLEDB Provider, etc.) you can build the URL strings pretty easily.
When you call AGS/DME from Visual Basic via an HTTP object, the username/password as properties of the HTTP object. This is what triggers the authentication.
Please
login
to post a reply.