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
Alejandro Yee (alejandro.yee@digitalfemsa.com)
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:
# CIAM CIAM_API_URL = https://dev.api.spinplatform.digital/tr/superback/ciam/v1/auth # OTP OTP_API_URL = https://dev.api.spinplatform.digital/tr/superback/otp/v1 # CIAM TOKENS CIAM_JWKS_URL = https://mioxxo-identity.auth0.com/.well-known/jwks.json
QA
# CIAM CIAM_API_URL = https://qa.api.spinplatform.digital/tr/superback/ciam/v1/auth # OTP OTP_API_URL = https://qa.api.spinplatform.digital/tr/superback/otp/v1 # CIAM TOKENS CIAM_JWKS_URL = https://mioxxo-identity.auth0.com/.well-known/jwks.json
STG
# CIAM CIAM_API_URL = https://stg.api.spinplatform.digital/tr/superback/ciam/v1/auth # OTP OTP_API_URL = https://stg.api.spinplatform.digital/tr/superback/otp/v1 # CIAM TOKENS CIAM_JWKS_URL = https://oxxo-identity.auth0.com/.well-known/jwks.json
PRO
# CIAM CIAM_API_URL = https://api.spinplatform.digital/tr/superback/ciam/v1/auth # OTP OTP_API_URL = https://api.spinplatform.digital/tr/superback/otp/v1 # CIAM TOKENS CIAM_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
Add Comment