I am very new to power apps, and I my organisation has tasked me with creating a custom connector to their single sin on (SSO) within the power apps studio. However, after researching the topic a bit more, the connection requires a bunch of information which I am not authorized to have, such as:
Client ID: Your application’s client ID.
Client Secret: Your application’s client secret.
Authorization URL: The URL to the SSO’s authorization endpoint.
Token URL: The URL to the SSO’s token endpoint.
Refresh URL (if available): URL to refresh tokens if required.
Redirect URL: Typically set to https://global.consent.azure-apim.net/redirect, which is used by Power Apps connectors.
Scope: Add the required scopes, e.g., openid profile email.
Is there another way I can go about creating this connector or another way I could setup a secure way or authorizing who is using the power app system we are building. Thanks
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.