English 中文(简体)
Is there a way to log into a keycloak protected web site from the command line?
原标题:

I am interested to log into a SSO protected web site. I am presently using mellon (mod_auth_mellon) but am willing to change that to any other SSO protection.

I need the web site to throw up a username/password login page that is authenticated by SSO on the back end and I need to be able to log into this website from commandline (e.g. curl).

I know that for an https website that requires username/password login, I can do https://username:password@URL -- this does not work with SSO.

I have googled. It seems that I need a redirect (which I am unfamiliar with).

Has anyone done this already ?

问题回答

暂无回答




相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Remotely authenticating client Windows user on demand

Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the ...

Role/Permission based forms authorizing/authentication?

While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I can write User....

热门标签