Hi,
If I create an application item in the portal, I receive clientID\clientSecrect. I can actually use them to generate an access token using oauth2\token rest endpoint.
I want to know if, when ArcGIS has access configured with an Identity Provider using OIDC, if I register an application in my identity provider and I get a clientID\clientSecret, can I use these in oauth2/token endpoint to get an access token? ArcGIS recognizes this key pair?
Someone?