I've configured OIDC and the module loads correctly, I can sign in using my
IDP and I'm redirected as expected. However,  I looked at the network
console in Chrome and noticed that I get the following 404 error message
when retrieving "/openid/data/users/<username>" endpoint:

{
   "message":"Session not associated with authentication provider
\"openid\".",
   "translatableMessage":
      { 
        "key":"Session not associated with authentication
provider\"openid\".",
        "variables":null
       },
    "statusCode":null,
    "expected":null,
    "type":"NOT_FOUND"
}

Does this mean that the OIDC extension failed and is relying on MySQL/db
backend? Functionally, the extension seems to be working as intended. New
users are able to login and they are granted access even if I haven't
provisioned the user in the database yet. Users not authorized by my OIDC
client are unable to login as expected. 

So is there something not working that I'm not aware of and I just have the
"illusion" of the OIDC extension working?



--
Sent from: 
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to