Esri / Esri/arcgis-python-api

Support getting OpenID Connect information with a function like get_idp()

Open
#2,452 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
2.2k
Forks
1.2k
Avg merge
2h 40m
Merged PRs (30d)
2

Description

**Is your feature request related to a problem? Please describe.**
I'd like to get the OpenID Connect information from ArcGIS Online or Portal. Right now I can only get SAML based Enterprise login info on ArcGIS Online using https://developers.arcgis.com/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.SecuritySettings.get_idp

```python

```

**Describe the solution you'd like**
I'd like to have the same function for OIDC, it should make the request to:
https://myorg.maps.arcgis.com/sharing/rest/portals/self/oidc?f=json
or the equivalent on Portal to get the info I need

Contributor guide

Open the contributing guide

Research direction

Start with the documented SecuritySettings.get_idp function and inspect how it retrieves SAML information. Compare that behavior with the stated /sharing/rest/portals/self/oidc?f=json endpoint and its Portal equivalent. Done means exposing the corresponding OIDC information through a similarly usable function.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, authentication
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.