#0000 - Update OAuth discovery URL in app/index.tsx
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

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.
This commit is contained in:
Guillaume "B.B." Van Hemmen 2024-10-17 12:50:33 +02:00
parent 7f267ed579
commit 96d4db86ca
Signed by: GuillaumeHemmen
GPG key ID: 7921E64524F7EB35

View file

@ -15,7 +15,7 @@ export default function indexScreen() {
const clientId = '509-marn-app'; const clientId = '509-marn-app';
const discovery = AuthSession.useAutoDiscovery('https://fes509-ref.m-team.be/login/oauth2/realms/root/realms/509'); const discovery = AuthSession.useAutoDiscovery('https://auth-integ.partenamut.be/login/oauth2');
const [request, result, promptAsync] = AuthSession.useAuthRequest( const [request, result, promptAsync] = AuthSession.useAuthRequest(
{ {