I would like to replace AWS Congito with Keyclock as authorization to access all AWS services in AWS IOT core integration, Please provide me details. To integrate an AWS IOT Kinesis video stream, we need to authorize the user who can access it. Can any one help me?
Hi @sudhakarVuppalapati !
I’m not sure what is AWS Congito or AWS IOT Kinesis. But if they are a regular web app you can secure their endpoints using Keycloak’s OAuth 2.0 and OIDC functionality.
Some platforms like Drupal (a php CMS) provides third party modules to consume Keycloak’s functionality directly with no code, hence you should check your solution if it has the same thing going on. If not, I’d advise you to just secure the endpoint that accesses the AWS applications you have, and you can find YouTube videos like this one secure his Spring Boot app with keycloak