You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What: Monterrey has an open-id connect service for the city employees that is identical to what's already implemented for citizens (IDMty) they should also have a login button. You need to implement the new service.
Since the new service is identical just different realm it could be possible to modify existing code for the idmty by interpolating the realm information and just adding the different data through an initializer, but if this is not possible you can always copy and paste the gem folder.
What: Monterrey has an open-id connect service for the city employees that is identical to what's already implemented for citizens (IDMty) they should also have a login button. You need to implement the new service.
Since the new service is identical just different realm it could be possible to modify existing code for the idmty by interpolating the realm information and just adding the different data through an initializer, but if this is not possible you can always copy and paste the gem folder.
The endpoint: https://iam.monterrey.gob.mx/realms/GobMty/
The endpoint documentation: https://iam.monterrey.gob.mx/realms/GobMty/.well-known/openid-configuration
Relevant project files and folders:
The text was updated successfully, but these errors were encountered: