Support getting OpenID Connect information with a function like get_idp()
Open
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
Assessment
This issue has not been assessed yet.