-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporary removal of application revoke option #1876
Conversation
@@ -561,6 +561,8 @@ export const InboundOIDCForm: FunctionComponent<InboundOIDCFormPropsInterface> = | |||
|
|||
/** | |||
* Show Revoke confirmation. | |||
* TODO - Currently revoke functionality is disabled until proper backend support is provided for disabling | |||
* @link https://github.com/wso2-enterprise/asgardeo-product/issues/2668 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets create relevant issues in product-is and link here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in f1f310d
Have we tracked the story to implement the revoke/disable application at application level instead of OAuth protocol level? |
Yes. It is tracked with wso2/product-is#11456. |
…ase identity-apps-console-2.15.42
…next development iteration
…ase identity-apps-myaccount-2.5.56
…next development iteration
…ase identity-apps-core-2.1.67
…next development iteration
…e branch release-action-1876
…release identity-apps-console-2.15.42
…for next development iteration
…release identity-apps-myaccount-2.5.56
…for next development iteration
…release identity-apps-core-2.1.67
…for next development iteration
Purpose
Approach