gifted-airplane-80186
05/12/2023, 8:59 AMmagnificent-energy-493
gifted-airplane-80186
05/15/2023, 8:10 AMshy-beach-55709
06/01/2023, 4:36 PMoidc:
enabled: true
config:
providers:
- id: microsoft
provider: microsoft
label: microsoft
client_id: YOURCLIENTID
client_secret: YOURCLIENTSECRET
microsoft_tenant: common
issuer_url: <https://login.microsoftonline.com/common/oauth2/v2.0/authorize>
mapper_url: <https://storage.googleapis.com/bac-gcs-production/ca2c1bb3278251cd64913563fcff9412253581c821d078016e55761e965f989530a8777852603e571aa19ec09553af1cfdd28ba58489d94e4e2f9b906d04455f.jsonnet>
scope:
- openid
- profile
- email
- <https://graph.microsoft.com/User.Read>
subject_source: me
- id: cognito
provider: generic
label: cognito
client_id: YOURCLIENTID
client_secret: YOURCLIENTSECRET
issuer_url: <https://cognito-idp.YOURCOGNITREGION.amazonaws.com/YOURUSERPOOLID>
mapper_url: <https://pastebin.pl/view/raw/36c49b21>
scope:
- openid
- email
- aws.cognito.signin.user.admin
- profile
The client secret and client id you take it from your registered app in microsoft. The client id you take it from overview and the secret id you can take if from authentication. The client id you take from certificate and secrets.
In cognito you can get the information needed from your user pool--> app integrations --> create new app client.
Hope it helps.