<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00007lQ0IzCAKOkta Classic EngineAdministrationAnswered2022-06-29T22:06:10.000Z2022-06-28T23:01:55.000Z2022-06-29T22:06:10.000Z

narasimanr.07618 (Customer) asked a question.

How to create application with profile attributes in OKTA Admin UI

Hi:

 

When creating an API Services app in OKTA Admin UI, there is no prompt for entering the profile attributes. Whereas, I can do the same through API.

 

curl -v -X POST -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: <MASKED>" -d '{ "name": "oidc_client", "label": "laas-partner-8", "signOnMode": "OPENID_CONNECT", "credentials": {"oauthClient": { "token_endpoint_auth_method": "client_secret_jwt"}}, "settings": {"oauthClient": {"response_types": ["token"], "grant_types": ["client_credentials"], "application_type": "service"}}, "profile": {"partnerId": "888"}}' "https://apollo-preview.oktapreview.com/api/v1/apps"

 

How do I view/ed


This question is closed.
Loading
How to create application with profile attributes in OKTA Admin UI