SSO (single sign-on) to PMavens from existing authentication system

For general discussion of the Poker Mavens software
Post Reply
alf493023
Posts: 20
Joined: Tue Mar 10, 2026 10:44 pm

SSO (single sign-on) to PMavens from existing authentication system

Post by alf493023 »

Hello,

I have a website which has it's own authentication system. Is there a resource you can point me to for enabling the Poker Mavens software to be logged into using my existing authentication system, as well as how to create accounts and tie them to my authentication?

Thanks!
Kent Briggs
Site Admin
Posts: 6046
Joined: Wed Mar 19, 2008 8:47 pm

Re: SSO (single sign-on) to PMavens from existing authentication system

Post by Kent Briggs »

After the web site login, call AccountsSessionKey in the Poker Mavens API to create a single use login key for that player. Built a URL for the player with LoginName and SessionKey parameters as explained here:

https://www.briggsoft.com/docs/pmavens/ ... tartup.htm

API docs:
https://www.briggsoft.com/docs/pmavens/ ... al_API.htm
Post Reply