You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After Authenticated, I have to save authcid and authzid for deciding which actions the user are allowed to perform.
Currently, there is no way to get back authcid and authzid from server::ClientFinal since the fields are all private. And also can't call parse_client_first() to get those info since the function is also private.
I suggest provide function for server::ClientFinal to access authcid and authzid.
The text was updated successfully, but these errors were encountered:
After
Authenticated
, I have to saveauthcid
andauthzid
for deciding which actions the user are allowed to perform.Currently, there is no way to get back
authcid
andauthzid
fromserver::ClientFinal
since the fields are all private. And also can't callparse_client_first()
to get those info since the function is also private.I suggest provide function for
server::ClientFinal
to accessauthcid
andauthzid
.The text was updated successfully, but these errors were encountered: