Two-step verification REST API

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

Bamboo 10.1 has implemented two-step verification, which includes new REST API for authentication and a new login screen. For plugins that interact with the pre-existing login screen, it is worth noting that compatibility may break and changes will be required.

Some key REST API additions worth calling out:

    • POST /tsv/latest/authenticate authenticates as the given user
    • POST /tsv/latest/authenticate/totp-code authenticates as the given user using a TOTP code
    • POST /tsv/latest/authenticate/recovery-code authenticates as the given user using a recovery code
    • POST /tsv/latest/status retrieves the status of two-step verification for the authenticated user
    • POST /tsv/latest/elevate-permissions/totp elevates permissions for the authenticated user using a TOTP code
    • POST /tsv/latest/elevate-permissions/recovery-code elevates permissions for the authenticated user using a recovery code
    • POST /tsv/latest/elevate-permissions/password elevates permissions for the authenticated user using a password
    • GET /authconfig/latest/login-options returns a list of available login options, which contains details about the metadata required for the login page

    All new REST API related to two-step verification and the new login screen can be found under 'Authentication'.


最終更新日 2024 年 11 月 20 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.