Compare commits

...
This repository has been archived on 2025-03-05. You can view files and clone it, but cannot push or open issues or pull requests.

1 commit

Author SHA1 Message Date
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

View file

@ -15,7 +15,7 @@ export default function indexScreen() {
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(
{