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
The OIDC RP Initiated Logout spec details how to logout an user from an identity provider when they logout from an application.
This would be very convenient to implement this in yii2-authclient. The spec is quite short and I think there would not be too much work implied on the client side.
What do you think?
The text was updated successfully, but these errors were encountered:
Note that there are other OIDC specs that deals with logging out, such as back channel logout and front channel logout that details how the identity provider can ask the relying parties to logout an user.
The OIDC RP Initiated Logout spec details how to logout an user from an identity provider when they logout from an application.
This would be very convenient to implement this in yii2-authclient. The spec is quite short and I think there would not be too much work implied on the client side.
What do you think?
The text was updated successfully, but these errors were encountered: