Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Social IdP (Apple) no examples for Key ID or Team ID #841

Closed
isaiahtech opened this issue Dec 2, 2021 · 1 comment · Fixed by #842
Closed

Social IdP (Apple) no examples for Key ID or Team ID #841

isaiahtech opened this issue Dec 2, 2021 · 1 comment · Fixed by #842
Labels
enhancement Asking for new behavior or feature needs-investigation Needs further investigation

Comments

@isaiahtech
Copy link

Documentation does not have an example or details on how to send the Key ID or Team ID with Oka Terraform provider.
https://registry.terraform.io/providers/okta/okta/latest/docs
https://developer.okta.com/docs/guides/add-an-external-idp/apple/main/

ASK: I just need an example of how to setup Apple as a Social IdP.

Okta Postman collection sends these values as 'kid' and 'teamId' respectively, neither of which seems to work here.

Postman Collection - Identity Providers (Okta API) - Add an Apple IdP
{
"type": "APPLE",
"name": "Apple Identity Provider",
"protocol": {
"type": "OIDC",
"scopes": ["openid", "email", "name"],
"credentials": {
"client": {
"client_id": "your-client-id"
},
"signing": {
"privateKey": "{privateKey_from_Apple}",
"kid": "test key id",
"teamId": "test team id"

@bogdanprodan-okta
Copy link
Contributor

Hi, @isaiahtech! Thanks for submitting this issue! I need to investigate this and figure out what parts are missing from terraform provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Asking for new behavior or feature needs-investigation Needs further investigation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants