Skip to content

App Authentication using API Key Credentials added#2462

Open
tarunkukreja003 wants to merge 34 commits intonextfrom
tarun/adding-api-key-creds
Open

App Authentication using API Key Credentials added#2462
tarunkukreja003 wants to merge 34 commits intonextfrom
tarun/adding-api-key-creds

Conversation

@tarunkukreja003
Copy link
Copy Markdown
Collaborator

To address the feedback from a customer - https://tools.afd.geocloud.com/feedback-service?feedbackId=3804
We have added the steps to create an API Key Credential using the DeveloperCredentialManager class and how to retrieve the client_id of the created API Key Credential, then using that client_id to login as the app

These are currently Draft changes, please do not merge

jyaistMap and others added 29 commits October 13, 2025 07:59
Sync next to master for v2.4.2 release
update default arcgis -> 2.4.2
update default arcgis-mapping -> 4.33.0
update default python -> 3.13
update text in link for object detection using second note
remove quotation that was breaking link for new dl sample
replace erroneous method name
enable prerelease for notebook docker image
add living atlas guidelines note to appropriate guides
Updated `Administering your GIS` guide
Revert "[Notebooks PR] Update coastline_classification_using_feature_classifier.ipynb"
sync up code changes in tebpfn notebook
@review-notebook-app
Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link
Copy Markdown
Contributor

@achapkowski achapkowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jyaistMap jyaistMap changed the base branch from master to next March 24, 2026 17:06
@tarunkukreja003 tarunkukreja003 changed the title [Draft] App Authentication using API Key Credentials added App Authentication using API Key Credentials added Mar 24, 2026
"# Retrieve the Client ID (The App's Username) and the Client Secret (The App's Password)\n",
"client_id = apiKeyCredentials.app_info['client_id']\n",
"client_secret=apiKeyCredentials.app_info['client_secret']"
"client_id = apiKeyCredentials.app_info['client_id']"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to use the access_token, not the client/secret value.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants