Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

what is ConfigId of new Oauth provider

Avatar

Level 4

Hi

I am trying to configure a new Oauthprovider for Azure.

However while configuring the provider I am not able to find ConfigID field ?

Can someone guide me what is this configId and where can I attain this configID from my new azureOauthProvider ?

Regards,

Adil

6 Replies

Avatar

Administrator

Similar Question:- AEM Oauth authentication through Azure [Linking both]

~kautuk



Kautuk Sahni

Avatar

Administrator

Did you get this working?

~kautuk



Kautuk Sahni

Avatar

Level 4

Hi,

I am invoking my oauth handler now with

http://localhost:1746/content/j_security_check?configid=cb5da4dbc7a11ad11bacb8e39ef91919

This only gets me authcode.

Is there further redirect url on AEM which will get me a accesstoken. ? Not sure where to redirect back on AME with Authcode. So that I invoke the oauthhandler and exchange my authcode with accesstoken.

Avatar

Level 4

Config id is any unique random string which gets attached to the auth handler and need to be passed while invoking the auth handler.