Good morning! I am wanting to use SSO for native Windows applications. We have a proprietary application for our business with a traditional client/server interface. It does not authenticate to AD, but instead it’s own PostgreSQL database. It also handles it’s own password reset and password requirements. I would like to present the user with a single-sign on page where, once signed on, will pass through their credentials to the client/server application.
Can someone point me in the right direction to get started on this implementation?
Thank you!