Skip to content

Latest commit

 

History

History
106 lines (64 loc) · 2.82 KB

AuthenticationApi.md

File metadata and controls

106 lines (64 loc) · 2.82 KB

AuthenticationApi

All URIs are relative to https://<JIRA_URL>/rest/bootstrapi/1

Method HTTP request Description
getAuthenticationIdps GET /authentication/idps Get all authentication identity providers
getAuthenticationSso GET /authentication/sso Get authentication SSO configuration
setAuthenticationIdps PATCH /authentication/idps Set all authentication identity providers
setAuthenticationSso PATCH /authentication/sso Set authentication SSO configuration

getAuthenticationIdps

List getAuthenticationIdps()

Get all authentication identity providers

Parameters

This endpoint does not need any parameter.

Return type

List

Authorization

basicAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

getAuthenticationSso

AuthenticationSsoBean getAuthenticationSso()

Get authentication SSO configuration

Parameters

This endpoint does not need any parameter.

Return type

AuthenticationSsoBean

Authorization

basicAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

setAuthenticationIdps

List setAuthenticationIdps(AbstractAuthenticationIdpBean)

Set all authentication identity providers

Parameters

Name Type Description Notes
AbstractAuthenticationIdpBean List [optional]

Return type

List

Authorization

basicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

setAuthenticationSso

AuthenticationSsoBean setAuthenticationSso(AuthenticationSsoBean)

Set authentication SSO configuration

Parameters

Name Type Description Notes
AuthenticationSsoBean AuthenticationSsoBean [optional]

Return type

AuthenticationSsoBean

Authorization

basicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json