• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

3.11 library(http/http_openid): OpenID consumer and server library
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog HTTP support
        • The HTTP server libraries
          • library(http/http_openid): OpenID consumer and server library
            • openid_hook/1
            • openid_login/1
            • openid_logout/1
            • openid_logged_in/1
            • openid_user/3
            • openid_login_form//2
            • openid_verify/2
            • openid_server/3
            • openid_current_url/2
            • openid_current_host/3
            • ssl_verify/5
            • openid_authenticate/4
            • openid_server/2
            • openid_grant/1
            • openid_associate/3
            • openid_associate/4
Availability::- use_module(library(http/http_openid)).
Sourcessl_verify(+SSL, +ProblemCert, +AllCerts, +FirstCert, +Error)
Accept all certificates. We do not care too much. Only the user cares s/he is not entering her credentials with a spoofed side. As we redirect, the browser will take care of this.
ClioPatria (version V3.1.1-51-ga0b30a5)