Commit graph

6 commits

Author SHA1 Message Date
99800ab3a7
- Modify OAuth discovery to hard-coded configuration
Replaced the dynamic useAutoDiscovery function with a hard-coded configuration object. This change ensures more control over OAuth parameters and might address any dynamic discovery issues encountered before.
2024-10-21 10:53:59 +02:00
6352d7f8a0
- Update redirect URI and client ID for authentication
Changed the redirect URI and client ID to align with the new POC setup. This update ensures compatibility with the new authentication server configuration.
2024-10-17 12:52:33 +02:00
96d4db86ca
- Update OAuth discovery URL in app/index.tsx
Changed the OAuth discovery URL to point to the integration environment. This ensures the authentication flow interacts with the intended backend during development and testing.
2024-10-17 12:50:33 +02:00
c728b3ebe2 Implement CI-CD ()
Reviewed-on: 
Co-authored-by: Guillaume "B.B." Van Hemmen <GuillaumeHemmen@noreply.git.van-hemmen.com>
Co-committed-by: Guillaume "B.B." Van Hemmen <GuillaumeHemmen@noreply.git.van-hemmen.com>
2024-10-17 11:41:36 +02:00
d95bfc99a6
add sso 2024-05-14 13:43:07 +02:00
97e93286f1
Initial commit
Generated by create-expo-app 2.3.1.
2024-05-06 11:06:27 +02:00