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:
Steve G
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5332
People Online:
Visitors:
252
Members:
0
Total:
252
Online Now:
New Topics
S3 Systems Administration
Lawson Security Admin (LSA) - Securing Print Manager to self only
10/24/2025 6:27 PM
Looking for someone who would be willing to share
Lawson Add-Ins for Microsoft Office
Lawson Add-in
9/30/2025 6:51 PM
I am looking for a Lawson Add-ins query to add new
Lawson S3 Procurement
Anyone getting PO 0000 not found for company error in PO23?
9/30/2025 2:45 AM
Anyone getting PO 0000 not found for company error
Lawson Add-Ins for Microsoft Office
PO20 - Cancel PO via Add-in
9/25/2025 8:03 PM
Is it possible to cancel PO's using add-ins? I
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
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3293
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: 3362
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: 3362
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: 3362
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: 3362
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: 3362
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.