Revocation endpoint in Azure AD B2C

若如初见. 提交于 2019-12-11 06:45:25

问题


Is there a way to revoke a specific refresh token in Azure AD B2C? It's for the user's management of third app and data access delegation.

I only find this method: Revoke-AzureADUserAllRefreshToken

I don't know if it will work with Azure AD B2C and it clearly doesn't fit with third app management and opt-out.


回答1:


Outdated, see update below. There is no way today to revoke tokens in Azure AD B2C. You can request this via the Azure AD B2C feedback forum.

The Revoke-AzureADUserAllRefershToken command only works for regular Azure AD and will not work for Azure AD B2C.

UPDATE FROM 2018-03-08

The Revoke-AzureADUserAllRefreshToken command can be used to revoke refresh Azure AD B2C tokens.



来源:https://stackoverflow.com/questions/47347034/revocation-endpoint-in-azure-ad-b2c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!