El proyecto superbackend esta integrada con el CIAM (Customer Identity and Access Management), si hubiera algun ajuste o actualización del CIAM que genere errores en el superbackend comunicarse con los siguiente stakeholders.

Stakeholders

Documentación del swagger

Puede acceder a la documentación del swagger del CIAM y OTP utilizando la web

https://editor.swagger.io/
y pegando el contenido de los siguiente archivos:

Postman

Se facilitaron los siguientes archivos de postman:

Variables de entorno

DEV:

1# CIAM 2CIAM_API_URL = https://dev.api.spinplatform.digital/tr/superback/ciam/v1/auth 3 4# OTP 5OTP_API_URL = https://dev.api.spinplatform.digital/tr/superback/otp/v1 6 7# CIAM TOKENS 8CIAM_JWKS_URL = https://mioxxo-identity.auth0.com/.well-known/jwks.json


QA

1# CIAM 2CIAM_API_URL = https://qa.api.spinplatform.digital/tr/superback/ciam/v1/auth 3 4# OTP 5OTP_API_URL = https://qa.api.spinplatform.digital/tr/superback/otp/v1 6 7# CIAM TOKENS 8CIAM_JWKS_URL = https://mioxxo-identity.auth0.com/.well-known/jwks.json


STG

1# CIAM 2CIAM_API_URL = https://stg.api.spinplatform.digital/tr/superback/ciam/v1/auth 3 4# OTP 5OTP_API_URL = https://stg.api.spinplatform.digital/tr/superback/otp/v1 6 7# CIAM TOKENS 8CIAM_JWKS_URL = https://oxxo-identity.auth0.com/.well-known/jwks.json 9


PRO

1# CIAM 2CIAM_API_URL = https://api.spinplatform.digital/tr/superback/ciam/v1/auth 3 4# OTP 5OTP_API_URL = https://api.spinplatform.digital/tr/superback/otp/v1 6 7# CIAM TOKENS 8CIAM_JWKS_URL = https://oxxo-identity.auth0.com/.well-known/jwks.json

Repositorios

https://github.com/digitaltitransversal/tr_superback_ciam_sdk

https://github.com/digitaltitransversal/tr_superback_ciam

https://github.com/digitaltitransversal/tr_superback_ciam_otp