Update Auth Settings
Updates the developer authentication configuration for a portal. Developers can be allowed to login using basic auth (email & password) or use Single-Sign-On through an Identity Provider. Developers can be automatically assigned to teams by mapping claims from their IdP account.
Request body
Example request
{
"basic_auth_enabled": true,
"oidc_auth_enabled": true,
"oidc_team_mapping_enabled": true,
"konnect_mapping_enabled": false,
"oidc_issuer": "https://identity.example.com/v2",
"oidc_client_id": "x7id0o42lklas0blidl2",
"oidc_scopes": [
"email",
"openid",
"profile"
],
"oidc_claim_mappings": {
"name": "name",
"email": "email",
"groups": "custom-group-claim"
}
}Response
Details about a portal's authentication settings.
Example response
{
"basic_auth_enabled": true,
"oidc_auth_enabled": true,
"oidc_team_mapping_enabled": true,
"konnect_mapping_enabled": false,
"oidc_config": {
"issuer": "https://identity.example.com/v2",
"client_id": "x7id0o42lklas0blidl2",
"scopes": [
"email",
"openid",
"profile"
],
"claim_mappings": {
"name": "name",
"email": "email",
"groups": "custom-group-claim"
}
}
}Changes
Changed in 8 of the 75 revisions of this API.20153
- ○
the response optional property
became read-only for the statusresponse-optional-property-became-read-only
- ○
- ○
request property
deprecatedrequest-property-deprecated
- ○
request property
deprecatedrequest-property-deprecated
- ○
request property
deprecatedrequest-property-deprecated
- ○
request property
deprecatedrequest-property-deprecated
- ○
request property
deprecatedrequest-property-deprecated
- ○
request property
deprecatedrequest-property-deprecated
- ○
request property
deprecatedrequest-property-deprecated
- ○
request property
deprecatedrequest-property-deprecated
- ○
response property
oidc_auth_enableddeprecatedresponse-property-deprecated
- ○
response property
oidc_configdeprecatedresponse-property-deprecated
- ○
response property
oidc_team_mapping_enableddeprecatedresponse-property-deprecated
- ○
response property
saml_auth_enableddeprecatedresponse-property-deprecated
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the request property
became not nullablerequest-property-became-not-nullable
- ▲
the request property
became not nullablerequest-property-became-not-nullable
- ▲
the request property
became not nullablerequest-property-became-not-nullable
- ▲
the request property
became not nullablerequest-property-became-not-nullable
- ▲
the request property
became not nullablerequest-property-became-not-nullable
- ▲
the request property
became not nullablerequest-property-became-not-nullable
- ▲
the request property
became not nullablerequest-property-became-not-nullable
- ▲
the request property
became not nullablerequest-property-became-not-nullable
- ▲
the request property
became not nullablerequest-property-became-not-nullable
- ▲
- ●
added the new
typeenum value to the///////response property for the response statusresponse-property-enum-value-added
- ●
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the
request property default valueopenidwas addedrequest-property-default-value-added
- ○
the
request property default valueemailwas addedrequest-property-default-value-added
- ○
the
request property default valuegroupswas addedrequest-property-default-value-added
- ○
the
request property default valuenamewas addedrequest-property-default-value-added
- ○
the
request property default valueemailopenidprofilewas addedrequest-property-default-value-added
- ○
the
response's property default valueopenidwas added for the statusresponse-property-default-value-added
- ○
the
response's property default valueemailwas added for the statusresponse-property-default-value-added
- ○
the
response's property default valuegroupswas added for the statusresponse-property-default-value-added
- ○
the
response's property default valuenamewas added for the statusresponse-property-default-value-added
- ○
the
response's property default valueemailopenidprofilewas added for the statusresponse-property-default-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the
request property default valueopenidwas removedrequest-property-default-value-removed
- ○
the
request property default valueemailwas removedrequest-property-default-value-removed
- ○
the
request property default valuegroupswas removedrequest-property-default-value-removed
- ○
the
request property default valuenamewas removedrequest-property-default-value-removed
- ○
the
request property default valueemailopenidprofilewas removedrequest-property-default-value-removed
- ○
the
response's property default valueopenidwas removed for the statusresponse-property-default-value-removed
- ○
the
response's property default valueemailwas removed for the statusresponse-property-default-value-removed
- ○
the
response's property default valuegroupswas removed for the statusresponse-property-default-value-removed
- ○
the
response's property default valuenamewas removed for the statusresponse-property-default-value-removed
- ○
the
response's property default valueemailopenidprofilewas removed for the statusresponse-property-default-value-removed
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the
request property default valueopenidwas addedrequest-property-default-value-added
- ○
the
request property default valueemailwas addedrequest-property-default-value-added
- ○
the
request property default valuegroupswas addedrequest-property-default-value-added
- ○
the
request property default valuenamewas addedrequest-property-default-value-added
- ○
the
request property default valueemailopenidprofilewas addedrequest-property-default-value-added
- ○
the
response's property default valueopenidwas added for the statusresponse-property-default-value-added
- ○
the
response's property default valueemailwas added for the statusresponse-property-default-value-added
- ○
the
response's property default valuegroupswas added for the statusresponse-property-default-value-added
- ○
the
response's property default valuenamewas added for the statusresponse-property-default-value-added
- ○
the
response's property default valueemailopenidprofilewas added for the statusresponse-property-default-value-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○