adobe / experience-platform-streaming-connect

Experience platform Streaming Connectors for Data Ingress
Apache License 2.0
23 stars 20 forks source link

Out of date documentation #65

Open arobsco opened 4 months ago

arobsco commented 4 months ago

Subject of the issue

DEVELOPER_GUIDE.MD has out of date information:

https://github.com/adobe/experience-platform-streaming-connect/blob/a0502759683c81b0b4d03a0c00548242d558d314/DEVELOPER_GUIDE.md?plain=1#L40

aep.connection.auth.token.type should always be access_token however this is not the case if using OAUTH S2S. It should be oauth2_access_token

https://github.com/adobe/experience-platform-streaming-connect/blob/a0502759683c81b0b4d03a0c00548242d558d314/DEVELOPER_GUIDE.md?plain=1#L42

aep.connection.auth.client.code is very non descript and unclear what this actually refers to. It would be appreciated if the definition of this variable could be clarified and made clearer. Ideally conforming to the same naming conventions as in Developer Console.